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

Commit 9937e7b2 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am 76ec0c4c: Merge "Set mcpu targets based on cpu variant."

* commit '76ec0c4c':
  Set mcpu targets based on cpu variant.
parents 886caa44 76ec0c4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a8)
	arch_variant_ldflags := \
		-Wl,--fix-cortex-a8
else
ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a7)
ifneq (,$(filter cortex-a7 cortex-a53 cortex-a53.a57,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
	arch_variant_cflags := -mcpu=cortex-a7
	arch_variant_ldflags := \
		-Wl,--no-fix-cortex-a8