summaryrefslogtreecommitdiffstats
path: root/xulrunner-2.0-secondary-jit.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-01-31 20:54:42 +0100
committerRemi Collet <fedora@famillecollet.com>2011-01-31 20:54:42 +0100
commitf3ccf18c4f5e6b54aaf1ce4264e9287e70856ba3 (patch)
tree1c67d9217c28fecce1919735642969d90eb7cc75 /xulrunner-2.0-secondary-jit.patch
parent2e1287d80561ca9f73fa8c9217c4da1fb31064e8 (diff)
bluegriffon, clean spec, split sources, fix rawhide build
Diffstat (limited to 'xulrunner-2.0-secondary-jit.patch')
-rw-r--r--xulrunner-2.0-secondary-jit.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/xulrunner-2.0-secondary-jit.patch b/xulrunner-2.0-secondary-jit.patch
new file mode 100644
index 0000000..4656129
--- /dev/null
+++ b/xulrunner-2.0-secondary-jit.patch
@@ -0,0 +1,14 @@
+https://bugzilla.mozilla.org/show_bug.cgi?id=627668
+
+diff -up xulrunner-2.0/mozilla-central/js/src/Makefile.in.big-endian-jit xulrunner-2.0/mozilla-central/js/src/Makefile.in
+--- xulrunner-2.0/mozilla-central/js/src/Makefile.in.big-endian-jit 2010-11-04 21:05:48.000000000 +0100
++++ xulrunner-2.0/mozilla-central/js/src/Makefile.in 2010-11-15 14:17:39.000000000 +0100
+@@ -371,7 +371,7 @@ CPPSRCS += checks.cc \
+ # END enclude sources for V8 dtoa
+ #############################################
+
+-ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
++ifeq (,$(filter-out powerpc powerpc64 sparc sparc64 s390 s390x,$(TARGET_CPU)))
+
+ VPATH += $(srcdir)/assembler \
+ $(srcdir)/assembler/wtf \