diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-05 00:51:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-05 00:51:05 +0000 |
commit | d31f8e68745924957f70a1e54857ecce4da202ed (patch) | |
tree | 876bf63412afecfe80f27604385f39632fd1e65e | |
parent | 9f1e04f9ae3cbaf9b4422052f7f1da04499a4ef5 (diff) | |
download | upstream-d31f8e68745924957f70a1e54857ecce4da202ed.tar.gz upstream-d31f8e68745924957f70a1e54857ecce4da202ed.tar.bz2 upstream-d31f8e68745924957f70a1e54857ecce4da202ed.zip |
gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30815 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/gcc/common.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 73d63ba9a2..7448684e5c 100644 --- a/toolchain/gcc/common.mk +++ b/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 |