aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-27 17:48:57 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-27 17:48:57 +0159
commita56e42d83c2b0826c80d81491656e97bf0c252cb (patch)
tree2186bbd7afc3dae469be474e1e77a1e4aacc4b00
parent1ee6c964801d8f67ac7d4862accac2d02dd40af2 (diff)
origen: Don't pass CPU specific flags to the HOST compiler
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b2dad65..632f8a7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -59,4 +59,4 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
BOARD_KERNEL_CMDLINE := console=ttySAC2 root=/dev/mmcblk0p2
# Origen uses an Exynos4 -- Cortex A9
-COMMON_GLOBAL_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9
+TARGET_GLOBAL_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9