mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- a/deps/v8/build/toolchain.gypi
|
||||
+++ b/deps/v8/build/toolchain.gypi
|
||||
@@ -50,10 +50,10 @@
|
||||
'arm_test_noprobe%': 'off',
|
||||
|
||||
# Similar to vfp but on MIPS.
|
||||
- 'v8_can_use_fpu_instructions%': 'true',
|
||||
+ 'v8_can_use_fpu_instructions%': 'false',
|
||||
|
||||
# Similar to the ARM hard float ABI but on MIPS.
|
||||
- 'v8_use_mips_abi_hardfloat%': 'true',
|
||||
+ 'v8_use_mips_abi_hardfloat%': 'false',
|
||||
|
||||
# Default arch variant for MIPS.
|
||||
'mips_arch_variant%': 'r2',
|
||||
Reference in New Issue
Block a user