diff options
Diffstat (limited to 'target/linux/goldfish/Makefile')
-rw-r--r-- | target/linux/goldfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/goldfish/Makefile b/target/linux/goldfish/Makefile index 8bb3e61b8..dae4c3e30 100644 --- a/target/linux/goldfish/Makefile +++ b/target/linux/goldfish/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=goldfish BOARDNAME:=Goldfish (Android Emulator) -FEATURES:= +FEATURES:=broken CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -fno-caller-saves LINUX_VERSION:=2.6.30.10 |