summaryrefslogtreecommitdiff
path: root/libre/icedove/rust-target-i586-to-i686.patch
blob: f22f4fa0f03a1c3d73e60596a8815f1c007cacda (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/mozilla/build/moz.configure/rust.configure
+++ b/mozilla/build/moz.configure/rust.configure
@@ -105,7 +105,7 @@ def rust_target(rust_compiler, rustc, ta
             # OpenBSD
             ('x86_64', 'OpenBSD'): 'x86_64-unknown-openbsd',
             # Linux
-            ('x86', 'Linux'): 'i586-unknown-linux-gnu',
+            ('x86', 'Linux'): 'i686-unknown-linux-gnu',
             # Linux
             ('x86_64', 'Linux'): 'x86_64-unknown-linux-gnu',
             # OS X and iOS