summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 16:26:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 16:26:02 +0000
commitc843f47297114929b466f7eed98f4b4a69ae0154 (patch)
treee366b7839d709dc3750dbfaa87dc17810041a570 /debian/rules
parentAdding debian version 0.0~git20230113.4362b18-2. (diff)
downloadwasi-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-xdebian/rules6
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