diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-11-16 19:02:12 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-11-16 19:02:12 +0000 |
commit | cf42d675f5787524665811ffa822419766ef4faa (patch) | |
tree | 7017b874a71328cac69241eec938e94ba5cfa9a6 | |
parent | 59676bb6a3f3ee6c6140f6e87c18c17eefcc5be7 (diff) | |
download | upstream-cf42d675f5787524665811ffa822419766ef4faa.tar.gz upstream-cf42d675f5787524665811ffa822419766ef4faa.tar.bz2 upstream-cf42d675f5787524665811ffa822419766ef4faa.zip |
omap24xx: Set platform specific optimization flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29194 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/omap24xx/Makefile | 2 |
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)) |