diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-07 15:43:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-07 15:43:51 +0200 |
commit | 34aac9b71fde9e40c0a7688bffcf84c4a754199f (patch) | |
tree | 565a38501da8aae9f5223490021dfad9d735aecd /toolchain | |
parent | db43a7ebf583c530b899b1318e918dd0dc749c60 (diff) |
add OpenJDK7, tested only for Qemu/x86 glibc
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/eglibc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |