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 | b2e35bbd7b6c12b82f7d22356b0369dc81116ec3 (patch) | |
tree | 335126c919cdb8e6fa1782cdf30ae1f66d961305 /target/linux/sibyte | |
parent | 7c0ac121b2abc064149e64755938da0fef9001e0 (diff) | |
download | upstream-b2e35bbd7b6c12b82f7d22356b0369dc81116ec3.tar.gz upstream-b2e35bbd7b6c12b82f7d22356b0369dc81116ec3.tar.bz2 upstream-b2e35bbd7b6c12b82f7d22356b0369dc81116ec3.zip |
build: unify mips target cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sibyte')
-rw-r--r-- | target/linux/sibyte/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile index 440cff3b85..2370cac25d 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -10,7 +10,8 @@ ARCH:=mips BOARD:=sibyte BOARDNAME:=Broadcom/SiByte SB-1 FEATURES:=fpu ramdisk broken -CFLAGS:=-Os -pipe -march=sb1 +CPU_TYPE:=sb1 +CPU_CFLAGS_sb1:=-march=sb1 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.3.8 |