X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Frules;h=01b8a3db5883f51f3f5c361d6ff0f6de61db9818;hb=35d797a3f1372f6d4fb2201f5445abaa1b35c43e;hp=7744d44d25a27a12e29340f8b6acb35fc4cc3108;hpb=d2579e4266df9efc04c8f61fbe452908aad60c6c;p=wasi-libc.git diff --git a/debian/rules b/debian/rules index 7744d44..01b8a3d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ include /usr/share/dpkg/buildflags.mk -export WASM_NM = llvm-nm-11 -export WASM_AR = llvm-ar-11 -export WASM_CC = clang-11 +export WASM_NM = llvm-nm-13 +export WASM_AR = llvm-ar-13 +export WASM_CC = clang-13 # stack protector not yet supported, see # https://github.com/CraneStation/wasi-libc/issues/157