diff options
author | yangguo@chromium.org <yangguo@chromium.org> | 2012-12-18 09:48:51 +0000 |
---|---|---|
committer | Nathan Rajlich <nathan@tootallnate.net> | 2013-01-10 17:02:59 -0800 |
commit | 438e0c6d75eb0968202e2ccfcf0417cb56ba55c9 (patch) | |
tree | 8f371c3d44a04438aa26b644ff78d2093f8f355b /deps/v8 | |
parent | 9ece63b1d74ec1359df7b3ef4d6ed534ac49c0cf (diff) | |
download | node-new-438e0c6d75eb0968202e2ccfcf0417cb56ba55c9.tar.gz |
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 <nguyenchithanh@gmail.com>.
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.
Diffstat (limited to 'deps/v8')
-rw-r--r-- | deps/v8/build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
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"', { |