diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 03:17:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 03:17:06 +0000 |
commit | 3ce8595b78fb95bfbfda8123d69c6e3494ec9bab (patch) | |
tree | 6c94165b9cfec5329ff554b23efbaa04b1d7bb86 /target/linux/ar71xx/Makefile | |
parent | dce670f0f96f4c43d486b51da053585f0d88112f (diff) |
move cflags default setting to target makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 948c4615c..07792ffdd 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -10,6 +10,7 @@ ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR71xx/AR913x FEATURES:=squashfs tgz +CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time LINUX_VERSION:=2.6.28.7 |