summaryrefslogtreecommitdiff
path: root/Build/source/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-16 00:43:28 +0000
committerKarl Berry <karl@freefriends.org>2024-01-16 00:43:28 +0000
commit799280dd82e2322932ea6087fa98533547bcf085 (patch)
treea6f1e0173ee6607e40b883404a2a0744c4ee098c /Build/source/build-aux/config.guess
parent0400b070f9f6aa25dcf2c67bded0d02cfc2919f6 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@69447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/config.guess')
-rwxr-xr-xBuild/source/build-aux/config.guess11
1 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess
index cdfc4392047..f6d217a49f8 100755
--- a/Build/source/build-aux/config.guess
+++ b/Build/source/build-aux/config.guess
@@ -1,10 +1,10 @@
#! /bin/sh
# Attempt to guess a canonical system name.
-# Copyright 1992-2023 Free Software Foundation, Inc.
+# Copyright 1992-2024 Free Software Foundation, Inc.
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2023-08-22'
+timestamp='2024-01-01'
# 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
@@ -60,7 +60,7 @@ version="\
GNU config.guess ($timestamp)
Originally written by Per Bothner.
-Copyright 1992-2023 Free Software Foundation, Inc.
+Copyright 1992-2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -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?