From 7ba0138bae17fb39f18c8113d3684606fe6567f5 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 25 Oct 2018 22:07:14 +0200 Subject: community/rust: upgrade to 1.30.0 --- community/rust/alpine-target.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/rust/alpine-target.patch') diff --git a/community/rust/alpine-target.patch b/community/rust/alpine-target.patch index b9f22b02f2..d25da5b584 100644 --- a/community/rust/alpine-target.patch +++ b/community/rust/alpine-target.patch @@ -9,10 +9,10 @@ and distribution-specific quirks instead of polluting the main musl target of --- a/src/librustc_target/spec/mod.rs +++ b/src/librustc_target/spec/mod.rs -@@ -239,6 +239,11 @@ - ("armv7-unknown-cloudabi-eabihf", armv7_unknown_cloudabi_eabihf), - ("i686-unknown-cloudabi", i686_unknown_cloudabi), - ("x86_64-unknown-cloudabi", x86_64_unknown_cloudabi), +@@ -412,6 +412,11 @@ + ("riscv32imac-unknown-none-elf", riscv32imac_unknown_none_elf), + + ("aarch64-unknown-none", aarch64_unknown_none), + + ("i586-alpine-linux-musl", i586_alpine_linux_musl), + ("x86_64-alpine-linux-musl", x86_64_alpine_linux_musl), -- cgit v1.2.3