gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 worka...
[openwrt.git] / toolchain / gcc / common.mk
index 73d63ba..7448684 100644 (file)
@@ -155,10 +155,6 @@ else
                --enable-__cxa_atexit
 endif
 
-ifdef CONFIG_powerpc
-  TARGET_CFLAGS := $(patsubst -Os,-O2,$(TARGET_CFLAGS))
-endif
-
 ifneq ($(GCC_ARCH),)
   GCC_CONFIGURE+= --with-arch=$(GCC_ARCH)
 endif
This page took 0.024615 seconds and 4 git commands to generate.