mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
29 lines
798 B
Diff
29 lines
798 B
Diff
|
diff --git a/build/common.gypi b/build/common.gypi
|
||
|
index e68ee15..198c2b7 100644
|
||
|
--- a/build/common.gypi
|
||
|
+++ b/build/common.gypi
|
||
|
@@ -160,7 +160,6 @@
|
||
|
[ 'v8_use_arm_eabi_hardfloat=="true"', {
|
||
|
'defines': [
|
||
|
'USE_EABI_HARDFLOAT=1',
|
||
|
- 'CAN_USE_VFP3_INSTRUCTIONS',
|
||
|
],
|
||
|
'target_conditions': [
|
||
|
['_toolset=="target"', {
|
||
|
diff --git a/build/standalone.gypi b/build/standalone.gypi
|
||
|
index 7145a16..f34a6c8 100644
|
||
|
--- a/build/standalone.gypi
|
||
|
+++ b/build/standalone.gypi
|
||
|
@@ -76,9 +76,9 @@
|
||
|
}],
|
||
|
],
|
||
|
# Default ARM variable settings.
|
||
|
- 'armv7%': 1,
|
||
|
+ 'armv7%': 0,
|
||
|
'arm_neon%': 0,
|
||
|
- 'arm_fpu%': 'vfpv3',
|
||
|
+ 'arm_fpu%': 'vfp',
|
||
|
},
|
||
|
'target_defaults': {
|
||
|
'default_configuration': 'Debug',
|