From 926c90bc64c02d155406ff464ec28d85667e3df0 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Tue, 18 Dec 2012 09:48:51 +0000 Subject: [PATCH] v8: Hardfloat does not imply VFPv3, only VFPv2. Raspberry Pi is an example. BUG=v8:2393 Review URL: https://chromiumcodereview.appspot.com/11570061 Patch from Chi-Thanh Christopher Nguyen . git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13232 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 This is a backport of v8/v8@44419ad089b729a1aab4a5f27c0833e2ce69d28b. --- deps/v8/build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 6d18b46c70..44bebae935 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -160,7 +160,7 @@ [ 'v8_use_arm_eabi_hardfloat=="true"', { 'defines': [ 'USE_EABI_HARDFLOAT=1', - 'CAN_USE_VFP3_INSTRUCTIONS', + 'CAN_USE_VFP2_INSTRUCTIONS', ], 'target_conditions': [ ['_toolset=="target"', {