Browse Source

gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier

SVN-Revision: 30815
Felix Fietkau 13 years ago
parent
commit
40bf6ee842
1 changed files with 0 additions and 4 deletions
  1. 0 4
      toolchain/gcc/common.mk

+ 0 - 4
toolchain/gcc/common.mk

@@ -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