summaryrefslogtreecommitdiffstats
path: root/target/linux/realview/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-09-18 10:00:46 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-09-18 10:00:46 +0000
commit4d2fb44f0cb8105a9d88d1ff19ef615b7ea6310f (patch)
tree65e5d9403f649400946c83f152071aa0fee6df9c /target/linux/realview/Makefile
parent77acef2bb9c94ace5a33d6473ea4f9ebca71b08d (diff)
downloadmaster-31e0f0ae-4d2fb44f0cb8105a9d88d1ff19ef615b7ea6310f.tar.gz
master-31e0f0ae-4d2fb44f0cb8105a9d88d1ff19ef615b7ea6310f.tar.bz2
master-31e0f0ae-4d2fb44f0cb8105a9d88d1ff19ef615b7ea6310f.zip
partially revert r33403
The target CFLAGS were also accidentally changed SVN-Revision: 33457
Diffstat (limited to 'target/linux/realview/Makefile')
-rw-r--r--target/linux/realview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile
index 526d05cdf5..5641aa62d8 100644
--- a/target/linux/realview/Makefile
+++ b/target/linux/realview/Makefile
@@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=realview
BOARDNAME:=ARM Ltd. Realview board (qemu)
FEATURES:=fpu ramdisk
-CFLAGS:=-Os -pipe -march=armv5te -fno-caller-saves
+CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
LINUX_VERSION:=3.3.8