diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-25 17:45:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-25 17:45:46 +0000 |
commit | be779b017265b133cb5cab0b5d2895ed2cdba46e (patch) | |
tree | dac42b723257a89367d1f7211a5513d17bd43420 /target/linux | |
parent | 68355d4227bc80da59d32fb41877ba22bcedd9b5 (diff) | |
download | upstream-be779b017265b133cb5cab0b5d2895ed2cdba46e.tar.gz upstream-be779b017265b133cb5cab0b5d2895ed2cdba46e.tar.bz2 upstream-be779b017265b133cb5cab0b5d2895ed2cdba46e.zip |
[gemini]: optimize for the fa526 core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25710 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 8073b18a85..ef0cf4b360 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -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 |