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.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/rust/alpine-target.patch b/community/rust/alpine-target.patch
index fc79b45b9a..90bf453f32 100644
--- a/community/rust/alpine-target.patch
+++ b/community/rust/alpine-target.patch
@@ -45,10 +45,12 @@ 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
-@@ -214,6 +214,9 @@
+@@ -214,8 +214,11 @@
("thumbv7m-none-eabi", thumbv7m_none_eabi),
("thumbv7em-none-eabi", thumbv7em_none_eabi),
("thumbv7em-none-eabihf", thumbv7em_none_eabihf),
+
+ ("msp430-none-elf", msp430_none_elf),
+
+ ("i586-alpine-linux-musl", i586_alpine_linux_musl),
+ ("x86_64-alpine-linux-musl", x86_64_alpine_linux_musl),