mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
13 lines
521 B
Diff
13 lines
521 B
Diff
--- a/compiler/rustc_target/src/spec/base/wasm.rs
|
|
+++ b/compiler/rustc_target/src/spec/base/wasm.rs
|
|
@@ -85,8 +85,8 @@ 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()),
|
|
+ // we use the LLD shipped with the system by default
|
|
+ linker: Some("wasm-ld".into()),
|
|
linker_flavor: LinkerFlavor::WasmLld(Cc::No),
|
|
|
|
pre_link_args,
|