global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt/svn-archive/archive.git] / target / linux / goldfish / Makefile
index 84342fded7a305d47217c959aaa2e0dd28c110ed..8bb3e61b8b5e6fc8afeba1da39f460c2c46c068d 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