global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt.git] / target / linux / lantiq / Makefile
index dfaccbb..05a41be 100644 (file)
@@ -14,7 +14,7 @@ SUBTARGETS:=falcon xway
 
 LINUX_VERSION:=2.6.37.4
 
-CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
+CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
 
 include $(INCLUDE_DIR)/target.mk
 
This page took 0.02234 seconds and 4 git commands to generate.