forked from openkylin/platform_build
am 09c6d68b: am 816af5fc: Merge "Specify -mcpu=cortex-a15 for krait CPU variants."
* commit '09c6d68b8879164f600bbe084a62cfbc4ab10850': Specify -mcpu=cortex-a15 for krait CPU variants.
This commit is contained in:
commit
b07a5f8257
|
@ -6,7 +6,7 @@ ARCH_ARM_HAVE_VFP := true
|
|||
ARCH_ARM_HAVE_VFP_D32 := true
|
||||
ARCH_ARM_HAVE_NEON := true
|
||||
|
||||
ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
|
||||
ifeq ($(TARGET_CPU_VARIANT),$(filter $(TARGET_CPU_VARIANT),cortex-a15 krait))
|
||||
arch_variant_cflags := -mcpu=cortex-a15
|
||||
else
|
||||
ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a8)
|
||||
|
|
Loading…
Reference in New Issue