aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-07-15 10:22:54 +0100
committerNick Clifton <nickc@redhat.com>2024-07-15 10:22:54 +0100
commit323b56a7ab4e51367c51044f8e9291a99c7dae4b (patch)
tree5c2ee234c98e1e2dba00ce1dbdae495bf49cb7e4 /config.guess
parent50e33eb0794b43ef5af124e271f76e2462170795 (diff)
downloadbinutils-323b56a7ab4e51367c51044f8e9291a99c7dae4b.zip
binutils-323b56a7ab4e51367c51044f8e9291a99c7dae4b.tar.gz
binutils-323b56a7ab4e51367c51044f8e9291a99c7dae4b.tar.bz2
Synchronize config.[sub|guess] with the latest versions from the config project.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess11
1 files changed, 8 insertions, 3 deletions
diff --git a/config.guess b/config.guess
index cdfc439..f6d217a 100755
--- a/config.guess
+++ b/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?