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/llvm-with-ffi.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 community/rust/llvm-with-ffi.patch (limited to 'community/rust/llvm-with-ffi.patch') diff --git a/community/rust/llvm-with-ffi.patch b/community/rust/llvm-with-ffi.patch deleted file mode 100644 index b3dd209dc9..0000000000 --- a/community/rust/llvm-with-ffi.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Jakub Jirutka -Date: Thu, 04 Aug 2016 17:53:00 +0200 -Subject: [PATCH] Workaround for external LLVM built with LLVM_ENABLE_FFI - -Workaround for problem with LLVM_ENABLE_FFI described in -https://github.com/rust-lang/rust/issues/34486. - ---- a/src/librustc_llvm/lib.rs -+++ b/src/librustc_llvm/lib.rs -@@ -422,3 +422,6 @@ - } - } - } -+ -+#[link(name = "ffi")] -+extern {} -- cgit v1.2.3