forked from openkylin/platform_build
Merge "Add support for cortex-a53 variants when building 64-bit." into mnc-dev
This commit is contained in:
commit
b461acdedb
|
@ -1 +1,5 @@
|
|||
arch_variant_cflags :=
|
||||
ifneq (,$(filter cortex-a53,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
|
||||
arch_variant_cflags := -mcpu=cortex-a53
|
||||
else
|
||||
arch_variant_cflags :=
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue