Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 453afb24 authored by Shu Zhang's avatar Shu Zhang
Browse files

Specify -mcpu=cortex-a15 for denver CPU variants.

Change-Id: Ic27484c92a48b45148021a61420ffdd55a9dd945
parent 8c60a1df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ARCH_ARM_HAVE_VFP := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_NEON              := true

ifneq (,$(filter cortex-a15 krait,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
ifneq (,$(filter cortex-a15 krait denver,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
	arch_variant_cflags := -mcpu=cortex-a15
else
ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a8)