projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt.git]
/
target
/
linux
/
lantiq
/
Makefile
diff --git
a/target/linux/lantiq/Makefile
b/target/linux/lantiq/Makefile
index
dfaccbb
..
05a41be
100644
(file)
--- a/
target/linux/lantiq/Makefile
+++ b/
target/linux/lantiq/Makefile
@@
-14,7
+14,7
@@
SUBTARGETS:=falcon xway
LINUX_VERSION:=2.6.37.4
-CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -f
unit-at-a-time
+CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -f
no-caller-saves
include $(INCLUDE_DIR)/target.mk
This page took
0.02234 seconds
and
4
git commands to generate.