summarylogtreecommitdiffstats
path: root/rust_133-part0.patch
diff options
context:
space:
mode:
authorFigue2019-07-09 00:47:38 +0200
committerFigue2019-07-09 00:49:54 +0200
commitbad46af7117bea5a24313d63be752d9cacdac9a2 (patch)
tree1b6d59125e0937306e6dd1cd1e4293382e91c3a8 /rust_133-part0.patch
downloadaur-bad46af7117bea5a24313d63be752d9cacdac9a2.tar.gz
first commit: 60.7.2esr
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)