summaryrefslogtreecommitdiffstats
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
commit93f02b1ba019ef658e204255a8ed6063e1a9822e (patch)
tree8a20f7fe5a90cb113f18c4a06f0aabca41af9943 /target/linux/omap24xx
parentb058e97af498c377b3c0128fda7524af087e149f (diff)
downloadmaster-31e0f0ae-93f02b1ba019ef658e204255a8ed6063e1a9822e.tar.gz
master-31e0f0ae-93f02b1ba019ef658e204255a8ed6063e1a9822e.tar.bz2
master-31e0f0ae-93f02b1ba019ef658e204255a8ed6063e1a9822e.zip
omap24xx: Set platform specific optimization flags
SVN-Revision: 29194
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))