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

Commit 43f3bd22 authored by Konsta's avatar Konsta Committed by Gerrit Code Review
Browse files

add cortex-a5 cpu variant

Change-Id: I369e499d537888eb0f07d900cb50d1424632820e
parent 95b407f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,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
@@ -27,6 +30,7 @@ endif
endif
endif
endif
endif

arch_variant_cflags += \
    -mfloat-abi=softfp \