global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt/openwrt.git] / target / linux / mpc83xx / Makefile
index d0ba52cce343da115535118534daa98dbc2dd140..45ad9bcda3180e106006a2287c9225a91296532d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=powerpc
 BOARD:=mpc83xx
 BOARDNAME:=Freescale MPC83xx
-CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e
+CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
 FEATURES:=squashfs targz broken
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>