From 8cc6444e13a2670407eedee0d417cee6b3ce03e8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 7 Nov 2013 13:46:17 +0100 Subject: 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 --- .../firefox/patches/patch-js_src_yarr_BumpPointerAllocator_h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/firefox/patches/patch-js_src_yarr_BumpPointerAllocator_h (limited to 'package/firefox/patches/patch-js_src_yarr_BumpPointerAllocator_h') diff --git a/package/firefox/patches/patch-js_src_yarr_BumpPointerAllocator_h b/package/firefox/patches/patch-js_src_yarr_BumpPointerAllocator_h new file mode 100644 index 000000000..1697dfddd --- /dev/null +++ b/package/firefox/patches/patch-js_src_yarr_BumpPointerAllocator_h @@ -0,0 +1,11 @@ +--- mozilla-release.orig/js/src/yarr/BumpPointerAllocator.h 2013-09-11 01:15:09.000000000 +0200 ++++ mozilla-release/js/src/yarr/BumpPointerAllocator.h 2013-10-28 12:44:10.000000000 +0100 +@@ -38,6 +38,8 @@ namespace WTF { + #define MINIMUM_BUMP_POOL_SIZE 0x2000 + #elif WTF_CPU_IA64 + #define MINIMUM_BUMP_POOL_SIZE 0x4000 ++#elif WTF_CPU_MIPS ++#define MINIMUM_BUMP_POOL_SIZE 0x4000 + #else + #define MINIMUM_BUMP_POOL_SIZE 0x1000 + #endif -- cgit v1.2.3