global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[15.05/openwrt.git] / target / linux / goldfish / Makefile
index 84342fd..8bb3e61 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=arm
 BOARD:=goldfish
 BOARDNAME:=Goldfish (Android Emulator)
 FEATURES:=
-CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -funit-at-a-time
+CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -fno-caller-saves
 
 LINUX_VERSION:=2.6.30.10