diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 17:53:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 17:53:14 +0000 |
commit | 83961aecda8f1d76a301b33712b72f9314079e8d (patch) | |
tree | 335126c919cdb8e6fa1782cdf30ae1f66d961305 /target/linux/ramips/Makefile | |
parent | 378930bd2f7b4481d971be29a553ea8093607756 (diff) |
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/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 512a78f414..9a13a2c9a1 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,7 +10,6 @@ ARCH:=mipsel BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx SUBTARGETS:=rt305x rt3883 mt7620a rt288x -CFLAGS:=-Os -pipe -mno-branch-likely FEATURES:=squashfs gpio LINUX_VERSION:=3.10.12 |