diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-23 07:42:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-23 07:42:41 +0100 |
commit | e3871e103e6f9bf305c8ce2550afb8a23870fac1 (patch) | |
tree | 0f0e6b333d944444290a95ea3129e13a4215812c /toolchain/eglibc | |
parent | 5266f7d3302b67b349213c8870f8872e2fd1951c (diff) | |
parent | 3c8b938f0391f377d91a62236dfe4a3744f81185 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index f52cf0717..863cd88ba 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -7,6 +7,10 @@ include Makefile.inc include ${TOPDIR}/mk/buildhlp.mk +ifneq ($(ADK_DEBUG),) +TARGET_CFLAGS+= -O2 +endif + EGLIBC_CONFOPTS:= \ --build=$(GNU_HOST_NAME) \ --host=$(REAL_GNU_TARGET_NAME) \ |