Sha256: 9afc8b7f12c0f33c43fddcc73daa0b136683168c025527201a7a3d3b2e99b79d

Contents?: true

Size: 798 Bytes

Versions: 7

Compression:

Stored size: 798 Bytes

Contents

diff --git a/build/common.gypi b/build/common.gypi
index 3a59639..594abe4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -173,7 +173,6 @@
           [ 'v8_use_arm_eabi_hardfloat=="true"', {
             'defines': [
               'USE_EABI_HARDFLOAT=1',
-              'CAN_USE_VFP2_INSTRUCTIONS',
             ],
             'target_conditions': [
               ['_toolset=="target"', {
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 125c5bf..9900c5b 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -77,9 +77,9 @@
       }],
     ],
     # Default ARM variable settings.
-    'armv7%': 1,
+    'armv7%': 0,
     'arm_neon%': 0,
-    'arm_fpu%': 'vfpv3',
+    'arm_fpu%': 'vfp',
   },
   'target_defaults': {
     'default_configuration': 'Debug',

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
libv8-3.16.14.8.rc1 patches/arm/do-not-imply-vfp3-and-armv7.patch
libv8-3.16.14.7 patches/arm/do-not-imply-vfp3-and-armv7.patch
libv8-3.16.14.6 patches/arm/do-not-imply-vfp3-and-armv7.patch
libv8-3.16.14.5 patches/arm/do-not-imply-vfp3-and-armv7.patch
libv8-3.16.14.4 patches/arm/do-not-imply-vfp3-and-armv7.patch
libv8-3.16.14.3 patches/do-not-imply-vfp3-and-armv7.patch
libv8-3.16.14.2 patches/do-not-imply-vfp3-and-armv7.patch