summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-02-21 13:34:38 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-02-21 13:34:38 -0300
commit679dd0a8b6c8d3c4a38e323f063e3bd21ecdd852 (patch)
treeb90d7e436f2312bf3e6ae8598b48bc39a56a1bbb /debian/patches
parent544152703c034d8fd146563387d584805161df21 (diff)
downloadqt5webkit-679dd0a8b6c8d3c4a38e323f063e3bd21ecdd852.tar.gz
Also remove disable_jit_llint.diff with the same purpose.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/disable_jit_llint.diff19
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/disable_jit_llint.diff b/debian/patches/disable_jit_llint.diff
deleted file mode 100644
index f3cd8c0..0000000
--- a/debian/patches/disable_jit_llint.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: disable JIT and llint on ia64, s390, sparc and mips
-Author: Dmitry Shachnev <mitya57@gmail.com>
-Forwarded: no
-Last-Update: 2014-01-05
-
---- a/Source/JavaScriptCore/Target.pri
-+++ b/Source/JavaScriptCore/Target.pri
-@@ -18,6 +18,11 @@ CONFIG += staticlib
- *-g++*:QMAKE_CXXFLAGS_RELEASE -= -O2
- *-g++*:QMAKE_CXXFLAGS_RELEASE += -O3
-
-+# Disable JIT and llint on archs where it FTBFS.
-+equals(QT_ARCH, ia64)|equals(QT_ARCH, s390)|equals(QT_ARCH, sparc) {
-+ DEFINES -= ENABLE_JIT=1 ENABLE_LLINT=1
-+}
-+
- # Rules when JIT enabled (not disabled)
- !contains(DEFINES, ENABLE_JIT=0) {
- linux*-g++*:greaterThan(QT_GCC_MAJOR_VERSION,3):greaterThan(QT_GCC_MINOR_VERSION,0) {
diff --git a/debian/patches/series b/debian/patches/series
index cb7c249..b2e81a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,4 +7,3 @@ stabs_format_debug_info.diff
no_gc_sections.diff
hurd.diff
webkit_qt_hide_symbols.diff
-disable_jit_llint.diff