summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorCristoforo Cataldo <cristoforo.cataldo@gmail.com>2014-11-30 02:06:42 +0100
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 17:51:27 -0700
commit36322a92adb4b48f19ce3adeb5fef981474fa410 (patch)
tree9968bfb78fb078e02eebbe518abf0522f729dabc /core/combo
parent470ea4cc706087ff859f30d13e9f1077f07e5329 (diff)
downloadbuild-36322a92adb4b48f19ce3adeb5fef981474fa410.zip
build-36322a92adb4b48f19ce3adeb5fef981474fa410.tar.gz
build-36322a92adb4b48f19ce3adeb5fef981474fa410.tar.bz2
core: Enable -mcpu=cortex-a8 flag for Scorpion cpu variant
To be used with http://review.cyanogenmod.org/#/c/77758/ Change-Id: I7ecc4707fa45bd7098165615c0521a12c85fb087
Diffstat (limited to 'core/combo')
-rw-r--r--core/combo/arch/arm/armv7-a-neon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/arch/arm/armv7-a-neon.mk b/core/combo/arch/arm/armv7-a-neon.mk
index 99f17aa..c924c55 100644
--- a/core/combo/arch/arm/armv7-a-neon.mk
+++ b/core/combo/arch/arm/armv7-a-neon.mk
@@ -19,7 +19,7 @@ ifneq (,$(filter cortex-a15 krait denver,$(TARGET_$(combo_2nd_arch_prefix)CPU_VA
arch_variant_ldflags := \
-Wl,--no-fix-cortex-a8
else
-ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a8)
+ifneq (,$(filter cortex-a8 scorpion,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
arch_variant_cflags := -mcpu=cortex-a8
arch_variant_ldflags := \
-Wl,--fix-cortex-a8