diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:09:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:09:47 +0000 |
commit | b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae (patch) | |
tree | 12089dbf61f9a19a50e9a2dd0c8a42a61da57b18 /debian/bin/rust-lld | |
parent | Merging debian version 1.73.0+dfsg1-1. (diff) | |
download | rustc-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-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 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,/}" |