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/minimize-rpath.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/rust/minimize-rpath.patch') diff --git a/community/rust/minimize-rpath.patch b/community/rust/minimize-rpath.patch index 1d89d7d5af..442e6698e7 100644 --- a/community/rust/minimize-rpath.patch +++ b/community/rust/minimize-rpath.patch @@ -7,8 +7,8 @@ relative path to the install prefix. This is unnecessary, so we add the install prefix to a list of absolute paths to omit in the relative path generation, and skip it there. ---- a/src/librustc_codegen_llvm/back/rpath.rs -+++ b/src/librustc_codegen_llvm/back/rpath.rs +--- a/src/librustc_codegen_ssa/back/rpath.rs ++++ b/src/librustc_codegen_ssa/back/rpath.rs @@ -59,13 +59,14 @@ debug!(" {:?}", libpath.display()); } -- cgit v1.2.3