optimize for the fa526 core
SVN-Revision: 25710
This commit is contained in:
parent
aa6099c624
commit
88e0cf0ba4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ARCH:=arm
|
|||
BOARD:=gemini
|
||||
BOARDNAME:=Cortina Systems CS351x
|
||||
FEATURES:=squashfs
|
||||
CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
|
||||
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -funit-at-a-time
|
||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||
|
||||
LINUX_VERSION:=2.6.37.1
|
||||
|
|
Loading…
Reference in a new issue