mirror of https://github.com/nodejs/node.git
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@44419ad089.pull/24507/merge
parent
c80bde1781
commit
cfacde3ac6
|
@ -157,7 +157,7 @@
|
||||||
[ 'v8_use_arm_eabi_hardfloat=="true"', {
|
[ 'v8_use_arm_eabi_hardfloat=="true"', {
|
||||||
'defines': [
|
'defines': [
|
||||||
'USE_EABI_HARDFLOAT=1',
|
'USE_EABI_HARDFLOAT=1',
|
||||||
'CAN_USE_VFP3_INSTRUCTIONS',
|
'CAN_USE_VFP2_INSTRUCTIONS',
|
||||||
],
|
],
|
||||||
'target_conditions': [
|
'target_conditions': [
|
||||||
['_toolset=="target"', {
|
['_toolset=="target"', {
|
||||||
|
|
Loading…
Reference in New Issue