summaryrefslogtreecommitdiff
path: root/user/node/ppc32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/node/ppc32.patch')
-rw-r--r--user/node/ppc32.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/node/ppc32.patch b/user/node/ppc32.patch
index 80b97993c..45b051534 100644
--- a/user/node/ppc32.patch
+++ b/user/node/ppc32.patch
@@ -16,3 +16,14 @@
#endif
#elif V8_HOST_ARCH_S390
#if V8_TARGET_ARCH_32_BIT
+--- node-v10.16.3/configure.py.old 2019-08-15 19:20:03.000000000 +0000
++++ node-v10.16.3/configure.py 2019-08-16 14:11:23.086489117 +0000
+@@ -848,7 +848,7 @@
+ '__MIPSEL__' : 'mipsel',
+ '__mips__' : 'mips',
+ '__PPC64__' : 'ppc64',
+- '__PPC__' : 'ppc64',
++ '__PPC__' : 'ppc',
+ '__x86_64__' : 'x64',
+ '__s390__' : 's390',
+ '__s390x__' : 's390x',