summarylogtreecommitdiffstats
path: root/rust-i686.patch
diff options
context:
space:
mode:
authorFigue2018-05-09 02:01:49 +0200
committerFigue2018-05-09 02:01:49 +0200
commitb27259f67eb2a7f52a544b04009153ee3b2d0906 (patch)
tree27a5bfd4957dfed941810cf4f6909f871378e779 /rust-i686.patch
parent819ce9a325c31dd9b606b550248cba1d85a1618b (diff)
downloadaur-b27259f67eb2a7f52a544b04009153ee3b2d0906.tar.gz
Update to branch 60
Diffstat (limited to 'rust-i686.patch')
-rw-r--r--rust-i686.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/rust-i686.patch b/rust-i686.patch
deleted file mode 100644
index 85512e1436b8..000000000000
--- a/rust-i686.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- build/moz.configure/rust.configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git c/build/moz.configure/rust.configure i/build/moz.configure/rust.configure
-index cd86b24153debb1b..44911715e25d95e3 100644
---- c/build/moz.configure/rust.configure
-+++ i/build/moz.configure/rust.configure
-@@ -81,7 +81,7 @@ def rust_target(rust_compiler, rustc, target, cross_compiling):
- # 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