aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/alpine-target.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-17 15:49:38 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-17 16:08:01 +0100
commita219ac840baa4a64208f6199d066febd552b74c3 (patch)
tree0469e6f7d9057a16be3106cd4a0177a4961fc934 /community/rust/alpine-target.patch
parent299dd9bd2933111f02c9c9f6648de06ad11d54f5 (diff)
downloadaports-a219ac840baa4a64208f6199d066febd552b74c3.tar.bz2
aports-a219ac840baa4a64208f6199d066febd552b74c3.tar.xz
community/rust: upgrade to 1.24.0
Diffstat (limited to 'community/rust/alpine-target.patch')
-rw-r--r--community/rust/alpine-target.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/rust/alpine-target.patch b/community/rust/alpine-target.patch
index 4bb2173e5a..8b3a914ab4 100644
--- a/community/rust/alpine-target.patch
+++ b/community/rust/alpine-target.patch
@@ -9,12 +9,10 @@ and distribution-specific quirks instead of polluting the main musl target of
--- a/src/librustc_back/target/mod.rs
+++ b/src/librustc_back/target/mod.rs
-@@ -223,8 +223,13 @@
- ("thumbv7m-none-eabi", thumbv7m_none_eabi),
- ("thumbv7em-none-eabi", thumbv7em_none_eabi),
- ("thumbv7em-none-eabihf", thumbv7em_none_eabihf),
-
- ("msp430-none-elf", msp430_none_elf),
+@@ -234,6 +234,11 @@
+ ("armv7-unknown-cloudabi-eabihf", armv7_unknown_cloudabi_eabihf),
+ ("i686-unknown-cloudabi", i686_unknown_cloudabi),
+ ("x86_64-unknown-cloudabi", x86_64_unknown_cloudabi),
+
+ ("i586-alpine-linux-musl", i586_alpine_linux_musl),
+ ("x86_64-alpine-linux-musl", x86_64_alpine_linux_musl),