Skip to content

Commit

Permalink
add cortex-a5 cpu variant
Browse files Browse the repository at this point in the history
Change-Id: I369e499d537888eb0f07d900cb50d1424632820e
  • Loading branch information
KonstaT authored and PRJosh committed Sep 10, 2014
1 parent a620892 commit 2dbb2ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/combo/arch/arm/armv7-a-neon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ else
ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a7)
arch_variant_cflags := -mcpu=cortex-a7
else
ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a5)
arch_variant_cflags := -mcpu=cortex-a5
else
ifeq ($(strip $(TARGET_CPU_VARIANT)),krait)
arch_variant_cflags := -mcpu=cortex-a9
else
Expand Down

0 comments on commit 2dbb2ab

Please sign in to comment.