projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ramips] hopefully fixes dma issues seen on ethernet driver when under high load
[openwrt.git]
/
toolchain
/
gcc
/
Makefile
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
3b31127
..
77243c5
100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-151,6
+151,10
@@
GCC_CONFIGURE_STAGE2:= \
--disable-tls \
--with-slibdir=$(TOOLCHAIN_DIR)/lib \
+ifdef CONFIG_powerpc
+ TARGET_CFLAGS := $(patsubst -Os,-O2,$(TARGET_CFLAGS))
+endif
+
GCC_MAKE:= \
export SHELL="$(BASH)"; \
$(MAKE) \
This page took
0.019575 seconds
and
4
git commands to generate.