diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:59:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:59:32 +0000 |
commit | 1a31e36639a94eab1afa78c1a32d876cb36f9d0d (patch) | |
tree | dd99e70862e73b1f175941b6e2b353f32cf02e73 /debian/bin | |
parent | Merging upstream version 1.73.0+dfsg1. (diff) | |
download | rustc-1a31e36639a94eab1afa78c1a32d876cb36f9d0d.tar.xz rustc-1a31e36639a94eab1afa78c1a32d876cb36f9d0d.zip |
Adding debian version 1.73.0+dfsg1-1.debian/1.73.0+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/bin')
-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,/}" |