global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt/openwrt.git] / target / linux / leon / Makefile
index 34e206c286b47cde236f36307056f702af232e76..561f138c8ff97b245f789995af24a030144021c9 100644 (file)
@@ -11,7 +11,7 @@ BOARD:=leon
 BOARDNAME:=LEON
 FEATURES+=fpu tgz
 
-CFLAGS:=-Os -pipe -mcpu=v8 -funit-at-a-time
+CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
 KERNELNAME:="uImage"
 
 LINUX_VERSION:=2.6.36.4