summaryrefslogtreecommitdiff
path: root/nonprism/icedove/rust-target-i586-to-i686.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-31 20:11:25 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-31 21:30:16 +0100
commit067eb832e4c0428973d09e15b04bd1aec6051583 (patch)
treebbe97e93e94afaa78c73587d67743c0fdccd1ffe /nonprism/icedove/rust-target-i586-to-i686.patch
parent54b541d784a457e28c496e4ab9c8963d2b94eed6 (diff)
downloadabslibre-067eb832e4c0428973d09e15b04bd1aec6051583.tar.gz
abslibre-067eb832e4c0428973d09e15b04bd1aec6051583.tar.bz2
abslibre-067eb832e4c0428973d09e15b04bd1aec6051583.zip
nonprism/icedove: updated to 52.6.0
Diffstat (limited to 'nonprism/icedove/rust-target-i586-to-i686.patch')
-rw-r--r--nonprism/icedove/rust-target-i586-to-i686.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nonprism/icedove/rust-target-i586-to-i686.patch b/nonprism/icedove/rust-target-i586-to-i686.patch
deleted file mode 100644
index f22f4fa0f..000000000
--- a/nonprism/icedove/rust-target-i586-to-i686.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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