Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-16 09:31:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-16 09:31:07 +0200
commit95becdb3dc32cd42af12850a9228e0f650dcca1d (patch)
tree464fa474cbaf79c4ce9c1422b6d0bbd364cc4fae /build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch
parent590c88fd77570b07956c28f6baaacb38d366d5c0 (diff)
disabled rust162 in build-support, rust is now 1.63
Diffstat (limited to 'build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch')
-rw-r--r--build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch b/build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch
deleted file mode 100644
index c2002ae6..00000000
--- a/build-support/rust162/0003-compiler-Use-wasm-ld-for-wasm-targets.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Sat, 6 Nov 2021 22:42:06 +0100
-Subject: [PATCH] compiler: Use wasm-ld for wasm targets
-
-We don't ship rust-lld.
----
- compiler/rustc_target/src/spec/wasm_base.rs | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/compiler/rustc_target/src/spec/wasm_base.rs b/compiler/rustc_target/src/spec/wasm_base.rs
-index de7b7374af31..9ea181ab8d8f 100644
---- a/compiler/rustc_target/src/spec/wasm_base.rs
-+++ b/compiler/rustc_target/src/spec/wasm_base.rs
-@@ -99,8 +99,7 @@ pub fn options() -> TargetOptions {
- // arguments just yet
- limit_rdylib_exports: false,
-
-- // we use the LLD shipped with the Rust toolchain by default
-- linker: Some("rust-lld".into()),
-+ linker: Some("wasm-ld".into()),
- lld_flavor: LldFlavor::Wasm,
- linker_is_gnu: false,
-