global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt.git] / target / linux / rdc / Makefile
index 69099b2..e09642e 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=i386
 BOARD:=rdc
 BOARDNAME:=RDC 321x
 FEATURES:=squashfs jffs2 pci usb pcmcia
-CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -funit-at-a-time
+CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -fno-caller-saves
 
 LINUX_VERSION:=2.6.32.33
 
This page took 0.0267 seconds and 4 git commands to generate.