From: Colin Cross Date: Tue, 9 Mar 2010 03:07:26 +0000 (-0800) Subject: Modify the armv7-a target arch to not use NEON X-Git-Tag: android-x86-2.2~130^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5720bb91a4e93071539a2ddf2d377284e3afba0a;p=android-x86%2Fbuild.git Modify the armv7-a target arch to not use NEON To build for a target with NEON, use armv7-a-neon Change-Id: I70d509287b04c0faebe44faf6c8ebb28a7360ff9 --- 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