global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt.git] / target / linux / cns21xx / Makefile
index 76753fb..6e5fa6f 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=arm
 BOARD:=cns21xx
 BOARDNAME:=Cavium Networks CNS21xx
 FEATURES:=squashfs broken
-CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -funit-at-a-time
+CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
 
 LINUX_VERSION:=2.6.36.4
 
This page took 0.026758 seconds and 4 git commands to generate.