Skip to content
Snippets Groups Projects
Commit 4d2fb44f authored by Florian Fainelli's avatar Florian Fainelli
Browse files

partially revert r33403

The target CFLAGS were also accidentally changed

SVN-Revision: 33457
parent 77acef2b
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ARCH:=arm ...@@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=realview BOARD:=realview
BOARDNAME:=ARM Ltd. Realview board (qemu) BOARDNAME:=ARM Ltd. Realview board (qemu)
FEATURES:=fpu ramdisk 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> MAINTAINER:=Florian Fainelli <florian@openwrt.org>
LINUX_VERSION:=3.3.8 LINUX_VERSION:=3.3.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment