aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commit072f81a92141a41484408648e0cc51203951fc90 (patch)
treeb8b53a251963d382ceb28d52f017ae85adb316da /target
parentcd72b51dee5289d504142355f2b3416322545124 (diff)
downloadmaster-187ad058-072f81a92141a41484408648e0cc51203951fc90.tar.gz
master-187ad058-072f81a92141a41484408648e0cc51203951fc90.tar.bz2
master-187ad058-072f81a92141a41484408648e0cc51203951fc90.zip
[realview] partially revert r33403
The target CFLAGS were also accidentally changed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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