Kaynağa Gözat

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 13 yıl önce
ebeveyn
işleme
98f545ee85
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      toolchain/eglibc/Makefile

+ 2 - 2
toolchain/eglibc/Makefile

@@ -8,10 +8,10 @@ include Makefile.multilib
 include ${TOPDIR}/mk/buildhlp.mk
 
 ifneq ($(ADK_DEBUG),)
-TARGET_CFLAGS+=		-O2
+TARGET_CFLAGS_LIBC+=		-O2
 endif
 # ssp partially supported
-TARGET_CFLAGS:= 	$(filter-out -fstack-protector,$(TARGET_CFLAGS))
+TARGET_CFLAGS_LIBC:= 	$(filter-out -fstack-protector,$(TARGET_CFLAGS_LIBC))
 
 ifeq ($(ADK_TARGET_NO_FPU),y)
 EGLIBC_CONFOPTS+=       --without-fp