node: update to v12.16.1

Add some new APIs
V8 was updated to 7.8.279.23. This includes performance improvements to object
destructuring, RegExp match failures and WebAssembly startup time.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
Hirokazu MORIKAWA
2020-02-21 12:28:53 +09:00
parent 203230c62f
commit e95c498f3a
7 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
'ppc64', 'x32','x64', 'x86', 'x86_64', 's390x')
valid_arm_float_abi = ('soft', 'softfp', 'hard')
valid_arm_fpu = ('vfp', 'vfpv3', 'vfpv3-d16', 'neon')
@@ -883,6 +883,9 @@
@@ -896,6 +896,9 @@
if rtn == 'mipsel' and '_LP64' in k:
rtn = 'mips64el'
@@ -19,7 +19,7 @@
return rtn
@@ -981,7 +984,7 @@
@@ -1001,7 +1004,7 @@
if target_arch == 'arm':
configure_arm(o)