partially revert r33403
The target CFLAGS were also accidentally changed SVN-Revision: 33457
This commit is contained in:
parent
77acef2bb9
commit
4d2fb44f0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue