summaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:21 +0000
commit2ee7775ccfde81ab26358da5d06fa4a8130f6d92 (patch)
tree393a6873c4d7b9bd0d8906862aaf3f596e2fbd95 /config.guess
parentAdding upstream version 2.9.0rel.0. (diff)
downloadlynx-2ee7775ccfde81ab26358da5d06fa4a8130f6d92.tar.xz
lynx-2ee7775ccfde81ab26358da5d06fa4a8130f6d92.zip
Adding upstream version 2.9.1.upstream/2.9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index cdfc439..f47d666 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 <stdarg.h>
/* First heuristic to detect musl libc. */
@@ -1593,6 +1595,9 @@ EOF
*:Unleashed:*:*)
GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
;;
+ *:Ironclad:*:*)
+ GUESS=$UNAME_MACHINE-unknown-ironclad
+ ;;
esac
# Do we have a guess based on uname results?