diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:26:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:26:02 +0000 |
commit | c843f47297114929b466f7eed98f4b4a69ae0154 (patch) | |
tree | e366b7839d709dc3750dbfaa87dc17810041a570 /debian/rules | |
parent | Adding debian version 0.0~git20230113.4362b18-2. (diff) | |
download | wasi-libc-c843f47297114929b466f7eed98f4b4a69ae0154.tar.xz wasi-libc-c843f47297114929b466f7eed98f4b4a69ae0154.zip |
Adding debian version 0.0~git20230113.4362b18-3.debian/0.0_git20230113.4362b18-3
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 081101b..4a62a41 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ include /usr/share/dpkg/buildflags.mk -export NM = llvm-nm-14 -export AR = llvm-ar-14 -export CC = clang-14 +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 |