diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-24 09:34:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-24 09:34:07 +0200 |
commit | e1b71c4af60ef7a69b641b971da24a5a7df79e0d (patch) | |
tree | e43aa4bcddec2f12574d441ae7492e048478e484 /toolchain/eglibc | |
parent | 993c8fbc80d05e0cd7301a7ec2970963c14f0e5b (diff) | |
parent | 65085e668c0ef986188c0a3d43cb92eb93898758 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 13a537c05..76b09237d 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -7,11 +7,6 @@ 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 # ssp partially supported TARGET_CFLAGS_LIBC:= $(filter-out -fstack-protector,$(TARGET_CFLAGS_LIBC)) |