From 28093a126b913ea9629ac0a341c71be7c5e06763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Sep 2018 08:31:34 +0200 Subject: Add copy of node from packages repository We need host build that is not build and feeds are not available in SDK so just recompile our own node to have host build. --- node/patches/001-hardfloat.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 node/patches/001-hardfloat.patch (limited to 'node/patches/001-hardfloat.patch') diff --git a/node/patches/001-hardfloat.patch b/node/patches/001-hardfloat.patch new file mode 100644 index 0000000..1bb2493 --- /dev/null +++ b/node/patches/001-hardfloat.patch @@ -0,0 +1,12 @@ +diff --git a/deps/v8/src/base/cpu.cc b/deps/v8/src/base/cpu.cc +index 4f58720..1f3071e 100644 +--- a/deps/v8/src/base/cpu.cc ++++ b/deps/v8/src/base/cpu.cc +@@ -143,6 +143,7 @@ int __detect_fp64_mode(void) { + ".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" -- cgit v1.2.3