diff --git a/config.guess b/config.guess index cdfc439..c241765 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2023-08-22' +timestamp='2023-10-19' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -165,6 +165,8 @@ Linux|GNU|GNU/*) LIBC=dietlibc #elif defined(__GLIBC__) LIBC=gnu + #elif defined(__LLVM_LIBC__) + LIBC=llvm #else #include /* First heuristic to detect musl libc. */ diff --git a/doc/config.guess.1 b/doc/config.guess.1 index 8982e02..42f5f01 100644 --- a/doc/config.guess.1 +++ b/doc/config.guess.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH CONFIG.GUESS "1" "August 2023" "GNU config.guess (2023-08-22)" "User Commands" +.TH CONFIG.GUESS "1" "October 2023" "GNU config.guess (2023-10-19)" "User Commands" .SH NAME config.guess \- guess the build system triplet .SH SYNOPSIS