summaryrefslogtreecommitdiffstats
path: root/debian/bin/rust-lld
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 04:04:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 04:04:52 +0000
commit2bbd74a6bb04bb919e4391350ca93daf965450f5 (patch)
treebd68876c4f219286193a04699ec81104a8e489ad /debian/bin/rust-lld
parentMerging upstream version 1.73.0+dfsg1. (diff)
downloadrustc-2bbd74a6bb04bb919e4391350ca93daf965450f5.tar.xz
rustc-2bbd74a6bb04bb919e4391350ca93daf965450f5.zip
Merging debian version 1.73.0+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/bin/rust-lld')
-rwxr-xr-xdebian/bin/rust-lld2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/rust-lld b/debian/bin/rust-lld
index b3880d793..9d5fdd03d 100755
--- a/debian/bin/rust-lld
+++ b/debian/bin/rust-lld
@@ -6,4 +6,4 @@
# However the tests fail for other reasons, namely we can't build rustdoc
# (which runs the tests) in wasm32 yet. So this is just WIP at the moment,
# it is not expect to work nor to be installed on user machines.
-exec /usr/bin/lld-16 "${@/#-Wl,/}"
+exec /usr/bin/lld-17 "${@/#-Wl,/}"