aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 25396a0..3011e0d 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -62,7 +62,7 @@ USE_OPENGL_RENDERER := true
BOARD_KERNEL_CMDLINE := console=ttySAC2 root=/dev/mmcblk0p2
# Origen uses an Exynos4 -- Cortex A9
-TARGET_EXTRA_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9
+TARGET_EXTRA_CFLAGS += $(call cc-option,-mtune=cortex-a9,$(call cc-option,-mtune=cortex-a8)) $(call cc-option,-mcpu=cortex-a9,$(call cc-option,-mcpu=cortex-a8))
# ARMs gator (DS-5)
TARGET_USE_GATOR := true