Loading core/combo/arch/arm/armv8-2a.mk +9 −0 Original line number Diff line number Diff line # 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 Loading
core/combo/arch/arm/armv8-2a.mk +9 −0 Original line number Diff line number Diff line # 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