aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-11-16 19:02:12 +0000
committerMichael Büsch <mb@bu3sch.de>2011-11-16 19:02:12 +0000
commitcf42d675f5787524665811ffa822419766ef4faa (patch)
tree7017b874a71328cac69241eec938e94ba5cfa9a6 /target/linux/omap24xx
parent59676bb6a3f3ee6c6140f6e87c18c17eefcc5be7 (diff)
downloadmaster-187ad058-cf42d675f5787524665811ffa822419766ef4faa.tar.gz
master-187ad058-cf42d675f5787524665811ffa822419766ef4faa.tar.bz2
master-187ad058-cf42d675f5787524665811ffa822419766ef4faa.zip
omap24xx: Set platform specific optimization flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29194 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx')
-rw-r--r--target/linux/omap24xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile
index e8280ed036..48c43857f4 100644
--- a/target/linux/omap24xx/Makefile
+++ b/target/linux/omap24xx/Makefile
@@ -18,6 +18,8 @@ define Target/Description
TI OMAP-24xx
endef
+CFLAGS:=-Os -pipe -march=armv6 -mtune=arm1136j-s -fno-caller-saves
+
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))