mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Changes:
Version bump to 8.10.0
Refreshed patches
Added npx install
Added 004-node_crypto-remove-std.patch
Additional patch fixes node_cypto compile failure:
./src/node_crypto.cc:5626:32: error: expected unqualified-id before '('
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
11 lines
268 B
Diff
11 lines
268 B
Diff
--- a/deps/v8/src/base/cpu.cc
|
|
+++ b/deps/v8/src/base/cpu.cc
|
|
@@ -144,6 +144,7 @@
|
|
".set push\n\t"
|
|
".set noreorder\n\t"
|
|
".set oddspreg\n\t"
|
|
+ ".set hardfloat\n\t"
|
|
"lui $t0, 0x3FF0\n\t"
|
|
"ldc1 $f0, %0\n\t"
|
|
"mtc1 $t0, $f1\n\t"
|