aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/alpine-target.patch
diff options
context:
space:
mode:
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),