diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 15:18:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 15:18:54 +0000 |
commit | c6379f629559533056a5ba0eaab84a02d6867171 (patch) | |
tree | 6a3a96ac19e13b6b4b1e8f707027eaf2f626d55f /target/linux/goldfish/Makefile | |
parent | c627479641e437b8c53d8e010cbacd39830f6e58 (diff) | |
download | upstream-c6379f629559533056a5ba0eaab84a02d6867171.tar.gz upstream-c6379f629559533056a5ba0eaab84a02d6867171.tar.bz2 upstream-c6379f629559533056a5ba0eaab84a02d6867171.zip |
linux: add broken flag to targets which are using 2.6.30
SVN-Revision: 31410
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 8bb3e61b8b..dae4c3e304 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 |