summarylogtreecommitdiffstats
path: root/rust_133-part0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rust_133-part0.patch')
-rw-r--r--rust_133-part0.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/rust_133-part0.patch b/rust_133-part0.patch
new file mode 100644
index 000000000000..139e11c91b4e
--- /dev/null
+++ b/rust_133-part0.patch
@@ -0,0 +1,15 @@
+--- a/toolkit/moz.configure 2019-03-13 22:33:54.000000000 +0100
++++ b/toolkit/moz.configure 2019-03-19 10:18:15.769460797 +0100
+@@ -856,9 +856,9 @@
+ # x86 and x86_64. It's meant to work on 32-bit ARM, too,
+ # but currently does not.
+ if target.cpu in ('aarch64', 'x86', 'x86_64') and value:
+- if rustc_info and rustc_info.version >= Version('1.33.0'):
+- die('--enable-rust-simd does not work with Rust 1.33 or later. '
+- 'See https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 .')
++ #if rustc_info and rustc_info.version >= Version('1.33.0'):
++ # die('--enable-rust-simd does not work with Rust 1.33 or later. '
++ # 'See https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 .')
+ return True
+
+ set_config('MOZ_RUST_SIMD', rust_simd)