summaryrefslogtreecommitdiffstats
path: root/core/combo/arch
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2009-07-16 12:20:50 -0400
committerMike Reed <reed@google.com>2009-07-16 15:22:57 -0400
commit582dcbd7d12359456423f218e66ac5971339c544 (patch)
treede7516778b6d48f294a162ed74ac821d3f7dd3b8 /core/combo/arch
parent79e4a0b56848d05dbe7f125de6311b9e66f8775c (diff)
downloadbuild-582dcbd7d12359456423f218e66ac5971339c544.zip
build-582dcbd7d12359456423f218e66ac5971339c544.tar.gz
build-582dcbd7d12359456423f218e66ac5971339c544.tar.bz2
add HAVE_VFP flag
Diffstat (limited to 'core/combo/arch')
-rw-r--r--core/combo/arch/arm/armv7-a.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/combo/arch/arm/armv7-a.mk b/core/combo/arch/arm/armv7-a.mk
index 51e1d0f..ca30932 100644
--- a/core/combo/arch/arm/armv7-a.mk
+++ b/core/combo/arch/arm/armv7-a.mk
@@ -7,6 +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_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.