Skip to content

Commit

Permalink
gcc: now that the gpr save/restore issues are taken care of, remove t…
Browse files Browse the repository at this point in the history
…he -Os/-O2 workaround that dealt with it earlier

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30815 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Mar 5, 2012
1 parent 88093cf commit 9de940d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions toolchain/gcc/common.mk
Expand Up @@ -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
Expand Down

0 comments on commit 9de940d

Please sign in to comment.