diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 03:17:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 03:17:06 +0000 |
commit | 72faa09dff0e69a6a1d4cbd0e0078573a242c817 (patch) | |
tree | bdbb327e505b6edf83ca1d991402895b4ac1a484 /target | |
parent | 494110052361221257ab37c2f19d3ab32a1608eb (diff) | |
download | mtk-20170518-72faa09dff0e69a6a1d4cbd0e0078573a242c817.zip mtk-20170518-72faa09dff0e69a6a1d4cbd0e0078573a242c817.tar.gz mtk-20170518-72faa09dff0e69a6a1d4cbd0e0078573a242c817.tar.bz2 |
move cflags default setting to target makefiles
SVN-Revision: 14866
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/Makefile | 1 | ||||
-rw-r--r-- | target/linux/storm/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 948c461..07792ff 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 diff --git a/target/linux/storm/Makefile b/target/linux/storm/Makefile index abd6b0c..6138feb 100644 --- a/target/linux/storm/Makefile +++ b/target/linux/storm/Makefile @@ -10,6 +10,7 @@ ARCH:=arm BOARD:=storm BOARDNAME:=Storm SL3512 FEATURES:=squashfs pci broken +CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time LINUX_VERSION:=2.6.23.17 |