summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-js_src_assembler_wtf_Platform_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-07 13:46:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-07 13:46:17 +0100
commit8cc6444e13a2670407eedee0d417cee6b3ce03e8 (patch)
treed6dfc2315e64a641377f658c94bdde6f22c50580 /package/firefox/patches/patch-js_src_assembler_wtf_Platform_h
parent8b3dac771af71587d791d7a8171c2b4036afea10 (diff)
fix firefox on lemote yeelong, with Os/O2 getting illegal instruction for the html5 video on the start site. fix some problems when compiling mozilla with debug on
Diffstat (limited to 'package/firefox/patches/patch-js_src_assembler_wtf_Platform_h')
-rw-r--r--package/firefox/patches/patch-js_src_assembler_wtf_Platform_h12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-js_src_assembler_wtf_Platform_h b/package/firefox/patches/patch-js_src_assembler_wtf_Platform_h
new file mode 100644
index 000000000..68a7adf0a
--- /dev/null
+++ b/package/firefox/patches/patch-js_src_assembler_wtf_Platform_h
@@ -0,0 +1,12 @@
+--- mozilla-release.orig/js/src/assembler/wtf/Platform.h 2013-09-11 01:15:04.000000000 +0200
++++ mozilla-release/js/src/assembler/wtf/Platform.h 2013-10-28 12:43:50.000000000 +0100
+@@ -139,8 +139,7 @@
+
+ /* WTF_CPU_MIPS - MIPS 32-bit */
+ /* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now. */
+-#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) \
+- && defined(_ABIO32)
++#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
+ #define WTF_CPU_MIPS 1
+ #if defined(__MIPSEB__)
+ #define WTF_CPU_BIG_ENDIAN 1