From 5720bb91a4e93071539a2ddf2d377284e3afba0a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 8 Mar 2010 19:07:26 -0800 Subject: [PATCH] Modify the armv7-a target arch to not use NEON To build for a target with NEON, use armv7-a-neon Change-Id: I70d509287b04c0faebe44faf6c8ebb28a7360ff9 --- core/combo/arch/arm/armv7-a.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/combo/arch/arm/armv7-a.mk b/core/combo/arch/arm/armv7-a.mk index 7a3ecc4c8..0ca3ec6c0 100644 --- a/core/combo/arch/arm/armv7-a.mk +++ b/core/combo/arch/arm/armv7-a.mk @@ -7,8 +7,8 @@ ARCH_ARM_HAVE_64BIT_DATA := true ARCH_ARM_HAVE_HALFWORD_MULTIPLY := true ARCH_ARM_HAVE_CLZ := true ARCH_ARM_HAVE_FFS := true +ARCH_ARM_HAVE_ARMV7A := true ARCH_ARM_HAVE_VFP := true -ARCH_ARM_HAVE_NEON := true # Note: Hard coding the 'tune' value here is probably not ideal, # and a better solution should be found in the future. @@ -16,7 +16,7 @@ ARCH_ARM_HAVE_NEON := true arch_variant_cflags := \ -march=armv7-a \ -mfloat-abi=softfp \ - -mfpu=neon + -mfpu=vfpv3-d16 arch_variant_ldflags := \ - -Wl,--fix-cortex-a8 \ No newline at end of file + -Wl,--fix-cortex-a8 -- 2.11.0