From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 18 Sep 2012 10:00:46 +0000 (+0000)
Subject: partially revert r33403
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4d2fb44f0cb8105a9d88d1ff19ef615b7ea6310f;p=openwrt%2Fstaging%2Fdedeckeh.git

partially revert r33403

The target CFLAGS were also accidentally changed

SVN-Revision: 33457
---

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