summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-26 22:28:12 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-26 22:28:12 +0159
commit79145fa998cda67496ec426e082d5656e98a11d7 (patch)
treeb8fbefc8bf9d0f4aff509ebe19b548f88b37029b
parent9c5ab0578ff55a3da04c8128ed9eff1ba8857d3a (diff)
downloadbeagleboard-79145fa998cda67496ec426e082d5656e98a11d7.tar.gz
beagleboard: Add CPU specific compiler flags tuned for the target device
This should give better performance. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index beed26f..653e268 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -32,4 +32,7 @@ EXTRA_PACKAGE_MANAGEMENT := false
ALLOW_LGPL := true
TARGET_USERIMAGES_USE_EXT4 := true
-TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true \ No newline at end of file
+TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
+
+# BeagleBoard uses an OMAP3530DCBB72 - Cortex A8
+COMMON_GLOBAL_CFLAGS += -mtune=cortex-a8 -mcpu=cortex-a8