Merge "Correctly configure armv8-2a for 32-bit"

am: e9bb6ca05b

Change-Id: I9e955db361a60b6c014c339c47ef94dc5651c63c
This commit is contained in:
Miao Wang 2018-11-27 17:11:15 -08:00 committed by android-build-merger
commit b4cd6b65a7

View file

@ -0,0 +1,9 @@
# Configuration for Linux on ARM.
# Generating binaries for the ARMv8-2a architecture
#
# Many libraries are not aware of armv8-2a, and AArch32 is (almost) a superset
# of armv7-a-neon. So just let them think we are just like v7.
ARCH_ARM_HAVE_ARMV7A := true
ARCH_ARM_HAVE_VFP := true
ARCH_ARM_HAVE_VFP_D32 := true
ARCH_ARM_HAVE_NEON := true