aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/alpine-target.patch
diff options
context:
space:
mode:
authorMarat Safin <jeizsm@gmail.com>2017-10-23 19:55:38 +0300
committerJakub Jirutka <jakub@jirutka.cz>2017-10-25 18:47:46 +0200
commit51b64774cd2a10cedbd2f5af4121a5ded56d9844 (patch)
tree164aceed1a7bc2fd96867bb4e3e079b327abe0df /community/rust/alpine-target.patch
parenteed57f64a942c45a8e0b73760e7505304b9a434f (diff)
downloadaports-51b64774cd2a10cedbd2f5af4121a5ded56d9844.tar.bz2
aports-51b64774cd2a10cedbd2f5af4121a5ded56d9844.tar.xz
community/rust: upgrade to 1.20
Signed-off-by: Marat Safin <jeizsm@gmail.com>
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),