Brak opisu

001-mips-no-fpu.patch 467B

123456789101112131415
  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',