summaryrefslogtreecommitdiffstats
path: root/debian/bin/rust-lld
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 04:09:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 04:09:47 +0000
commitb0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae (patch)
tree12089dbf61f9a19a50e9a2dd0c8a42a61da57b18 /debian/bin/rust-lld
parentMerging debian version 1.73.0+dfsg1-1. (diff)
downloadrustc-b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae.tar.xz
rustc-b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae.zip
Building with llvm-toolchain-16 instead of llvm-toolchain-17.
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 9d5fdd03d..b3880d793 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-17 "${@/#-Wl,/}"
+exec /usr/bin/lld-16 "${@/#-Wl,/}"