diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:04:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:04:52 +0000 |
commit | 2bbd74a6bb04bb919e4391350ca93daf965450f5 (patch) | |
tree | bd68876c4f219286193a04699ec81104a8e489ad /debian/bin | |
parent | Merging upstream version 1.73.0+dfsg1. (diff) | |
download | rustc-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 '')
-rwxr-xr-x | debian/bin/rust-lld | 2 |
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,/}" |