Merge "Specify -mcpu=cortex-a15 for krait CPU variants."

This commit is contained in:
Ian Rogers 2013-10-12 00:30:31 +00:00 committed by Gerrit Code Review
commit 816af5fc0e
1 changed files with 1 additions and 1 deletions

View File

@ -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-a7)