You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
467 B

  1. --- a/deps/v8/build/toolchain.gypi
  2. +++ b/deps/v8/build/toolchain.gypi
  3. @@ -50,10 +50,10 @@
  4. 'arm_test_noprobe%': 'off',
  5. # Similar to vfp but on MIPS.
  6. - 'v8_can_use_fpu_instructions%': 'true',
  7. + 'v8_can_use_fpu_instructions%': 'false',
  8. # Similar to the ARM hard float ABI but on MIPS.
  9. - 'v8_use_mips_abi_hardfloat%': 'true',
  10. + 'v8_use_mips_abi_hardfloat%': 'false',
  11. # Default arch variant for MIPS.
  12. 'mips_arch_variant%': 'r2',