summarylogtreecommitdiffstats
path: root/rust-i686.patch
diff options
context:
space:
mode:
authorFigue2017-04-30 02:03:33 +0200
committerFigue2017-04-30 02:03:33 +0200
commit6694564dd687e178d239a566c536b7ad44bcafa4 (patch)
tree591889d79ee259bc323715a79e2e9355e1356177 /rust-i686.patch
parent43d456cdfa53b061174dd6a5ece2de3626c7f3d3 (diff)
downloadaur-6694564dd687e178d239a566c536b7ad44bcafa4.tar.gz
Removed rust. icu 59.1 / hunspell 1.6.0 rebuild
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