From d68d56b155c737b7e0ed9ebf01209d4089ad4c6d Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 18 Sep 2012 10:00:46 +0000 Subject: [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 --- target/linux/realview/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 526d05cdf..5641aa62d 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 LINUX_VERSION:=3.3.8 -- cgit v1.2.3