summaryrefslogtreecommitdiff
path: root/debian/patches/no_jit_x32_powerpcspe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/no_jit_x32_powerpcspe.patch')
-rw-r--r--debian/patches/no_jit_x32_powerpcspe.patch10
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/patches/no_jit_x32_powerpcspe.patch b/debian/patches/no_jit_x32_powerpcspe.patch
index e1b8133..d499096 100644
--- a/debian/patches/no_jit_x32_powerpcspe.patch
+++ b/debian/patches/no_jit_x32_powerpcspe.patch
@@ -1,9 +1,11 @@
Description: Disable JIT on x32, needs explicit porting to ILP32 amd64, FPU-less PowerPC.
Author: Thorsten Glaser <tg@mirbsd.org>, Roland Stigge <stigge@antcom.de>
---- a/sljit/sljitConfigInternal.h
-+++ b/sljit/sljitConfigInternal.h
-@@ -97,7 +97,11 @@
+Index: pcre3/sljit/sljitConfigInternal.h
+===================================================================
+--- pcre3.orig/sljit/sljitConfigInternal.h 2015-07-31 12:00:43.000000000 +0100
++++ pcre3/sljit/sljitConfigInternal.h 2015-12-22 13:30:50.000000000 +0000
+@@ -117,7 +117,11 @@
#if defined(__i386__) || defined(__i386)
#define SLJIT_CONFIG_X86_32 1
#elif defined(__x86_64__)
@@ -16,7 +18,7 @@ Author: Thorsten Glaser <tg@mirbsd.org>, Roland Stigge <stigge@antcom.de>
#elif defined(__arm__) || defined(__ARM__)
#ifdef __thumb2__
#define SLJIT_CONFIG_ARM_THUMB2 1
-@@ -111,7 +115,11 @@
+@@ -131,7 +135,11 @@
#elif defined(__ppc64__) || defined(__powerpc64__) || defined(_ARCH_PPC64) || (defined(_POWER) && defined(__64BIT__))
#define SLJIT_CONFIG_PPC_64 1
#elif defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC) || defined(_ARCH_PWR) || defined(_ARCH_PWR2) || defined(_POWER)