From 34aac9b71fde9e40c0a7688bffcf84c4a754199f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 May 2013 15:43:51 +0200 Subject: add OpenJDK7, tested only for Qemu/x86 glibc --- toolchain/eglibc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/eglibc') diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index fa8153804..0961e7bca 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -7,6 +7,8 @@ include Makefile.inc include Makefile.multilib include ${TOPDIR}/mk/buildhlp.mk +# eglibc does not compile with Os +TARGET_CFLAGS_LIBC:= $(subst Os,O2,$(TARGET_CFLAGS)) ifneq ($(ADK_DEBUG),) TARGET_CFLAGS_LIBC+= -O2 endif -- cgit v1.2.3