github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/core/combo/arch/arm/armv8-a.mk (about)

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