diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:19:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:19:02 +0000 |
commit | 713d799995bfde089b81b8a8d22d55ea08ab8862 (patch) | |
tree | a39591498ca679c5aef288a2980785edbf59ffdd /debian/rules | |
parent | Merging debian version 0.0~git20230821.ec4566b-1. (diff) | |
download | wasi-libc-713d799995bfde089b81b8a8d22d55ea08ab8862.tar.xz wasi-libc-713d799995bfde089b81b8a8d22d55ea08ab8862.zip |
Building with llvm-toolchain-16 instead of llvm-toolchain-17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 2744c0b..4a62a41 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ include /usr/share/dpkg/buildflags.mk -export NM = llvm-nm-17 -export AR = llvm-ar-17 -export CC = clang-17 +export NM = llvm-nm-16 +export AR = llvm-ar-16 +export CC = clang-16 # stack protector not yet supported, see # https://github.com/CraneStation/wasi-libc/issues/157 |