am 0cfdb4e9
: am 47e27a4f
: Merge "core: combo: arm: use appropriate mcpu flags for cortex-a7" into jb-mr2-dev
* commit '0cfdb4e9650975077a74bb5c812e79556ac67421': core: combo: arm: use appropriate mcpu flags for cortex-a7
This commit is contained in:
commit
63143019f1
1 changed files with 4 additions and 0 deletions
|
@ -8,9 +8,13 @@ ARCH_ARM_HAVE_NEON := true
|
|||
|
||||
ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
|
||||
arch_variant_cflags := -mcpu=cortex-a15
|
||||
else
|
||||
ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a7)
|
||||
arch_variant_cflags := -mcpu=cortex-a7
|
||||
else
|
||||
arch_variant_cflags := -march=armv7-a
|
||||
endif
|
||||
endif
|
||||
|
||||
arch_variant_cflags += \
|
||||
-mfloat-abi=softfp \
|
||||
|
|
Loading…
Reference in a new issue