chiark / gitweb /
enable jit again on ppc64el (#786530)
authorMatthew Vernon <matthew@debian.org>
Tue, 26 May 2015 07:26:19 +0000 (08:26 +0100)
committerMatthew Vernon <matthew@debian.org>
Tue, 26 May 2015 07:26:19 +0000 (08:26 +0100)
debian/patches/no_jit_ppc64el.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/no_jit_ppc64el.patch b/debian/patches/no_jit_ppc64el.patch
deleted file mode 100644 (file)
index cf600a3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Disable JIT on ppc64el, needs explicit porting to ELFv2.
-Author: Adam Conrad <adconrad@ubuntu.com>
-
---- a/sljit/sljitConfigInternal.h
-+++ b/sljit/sljitConfigInternal.h
-@@ -109,7 +109,11 @@
- #elif defined (__aarch64__)
- #define SLJIT_CONFIG_ARM_64 1
- #elif defined(__ppc64__) || defined(__powerpc64__) || defined(_ARCH_PPC64) || (defined(_POWER) && defined(__64BIT__))
--#define SLJIT_CONFIG_PPC_64 1
-+# if _CALL_ELF != 2
-+#  define SLJIT_CONFIG_PPC_64 1
-+# else
-+#  define SLJIT_CONFIG_UNSUPPORTED 1
-+# endif
- #elif defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC) || defined(_ARCH_PWR) || defined(_ARCH_PWR2) || defined(_POWER)
- #define SLJIT_CONFIG_PPC_32 1
- #elif defined(__mips__) && !defined(_LP64)
index 8892f4969ca2cf74d93c79dbd59c45e81f8331d1..e8077282487590baefe9cf6c87a29acfcdc89c5c 100644 (file)
@@ -3,6 +3,5 @@ pcreposix.patch
 pcre_info.patch
 pcregrep.1-patch
 soname.patch
-no_jit_ppc64el.patch
 Fix-silly-quantifier-size-check.patch
 cve-2014-8964.patch