Determined via codesearch. Test: treehugger Change-Id: I5138e1b2294d39e11b46f9e1751c41b842c1743b
9 lines
348 B
Makefile
9 lines
348 B
Makefile
# Configuration for Linux on ARM.
|
|
# Generating binaries for the ARMv8-a architecture
|
|
#
|
|
# Many libraries are not aware of armv8-a, and AArch32 is (almost) a superset
|
|
# of armv7-a-neon. So just let them think we are just like v7.
|
|
ARCH_ARM_HAVE_VFP := true
|
|
ARCH_ARM_HAVE_VFP_D32 := true
|
|
ARCH_ARM_HAVE_NEON := true
|