From 6af1d328969dfa4d67c7bfc483e2c7c344234045 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 6 Jul 2019 10:47:07 +0200 Subject: community/rust: upgrade to 1.36.0 * Update alpine-target.patch to fix the triplet on armhf and add the armv7 and ppc64le triplets. This should have been done in 69851bdae1177246337f51a35734e93f1fd7e3d3, but has been forgotten. * Remove the following patches: * llvm-with-ffi.patch -> only required when statically linking LLVM * bootstrap-tool-respect-tool-config.patch -> plain outdated, not required anymore --- community/rust/musl-fix-static-linking.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/rust/musl-fix-static-linking.patch') diff --git a/community/rust/musl-fix-static-linking.patch b/community/rust/musl-fix-static-linking.patch index b1e6a694ac..820aa52cb3 100644 --- a/community/rust/musl-fix-static-linking.patch +++ b/community/rust/musl-fix-static-linking.patch @@ -10,8 +10,8 @@ Finally, if no linking preference is given for native libraries (`NativeLibraryKind::NativeUnknown`), they are linked statically if full static linking is requested, instead of dynamically as before. ---- a/src/librustc_codegen_llvm/back/link.rs -+++ b/src/librustc_codegen_llvm/back/link.rs +--- a/src/librustc_codegen_ssa/back/link.rs ++++ b/src/librustc_codegen_ssa/back/link.rs @@ -1218,13 +1218,13 @@ fn add_local_native_libraries(cmd: &mut dyn Linker, let search_path = archive_search_paths(sess); for lib in relevant_libs { -- cgit v1.2.3