projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
88093cf
)
gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 worka...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Mar 2012 00:51:05 +0000
(
00:51
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Mar 2012 00:51:05 +0000
(
00:51
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30815
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gcc/common.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/common.mk
b/toolchain/gcc/common.mk
index
73d63ba
..
7448684
100644
(file)
--- 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
This page took
0.028798 seconds
and
4
git commands to generate.