This commit is contained in:
2025-07-20 15:50:48 -04:00
parent 5ea2f16ba9
commit 41cfafbaf0
10 changed files with 221 additions and 66 deletions

3
configure vendored
View File

@@ -37,6 +37,9 @@ trycc cc
trycc clang
printf "%s\n" "$CC"
printf "checking for xxd... "
trycc xxd
printf "checking weather C compiler works... "
status="fail"
tmpc="$(mktemp -d)/test.c"