diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-26 17:53:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-26 17:53:14 +0000 |
commit | a30681dff0c896464ebb3de81fcc737c114a6194 (patch) | |
tree | 90b2865f5a9295f8f3f1a43df46e26c4ca920285 /target/linux/cobalt/Makefile | |
parent | 569da024f0f37b2477f8d1499fb4860a7b4a9cd5 (diff) | |
download | upstream-a30681dff0c896464ebb3de81fcc737c114a6194.tar.gz upstream-a30681dff0c896464ebb3de81fcc737c114a6194.tar.bz2 upstream-a30681dff0c896464ebb3de81fcc737c114a6194.zip |
build: unify mips target cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38210
Diffstat (limited to 'target/linux/cobalt/Makefile')
-rw-r--r-- | target/linux/cobalt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index 632b61c70a..13d3fd05da 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -10,7 +10,8 @@ ARCH:=mipsel BOARD:=cobalt BOARDNAME:=Cobalt Microservers FEATURES:=targz pci ext4 display -CFLAGS:=-O2 -pipe -mtune=r5000 +CPU_TYPE := 5k +CPU_CFLAGS_5k := -mtune=r5000 MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=3.3.8 |