Skip to content

Commit 04eb84f

Browse files
committed
depends: latest config.guess
1 parent b30262d commit 04eb84f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

depends/config.guess

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! /bin/sh
22
# Attempt to guess a canonical system name.
3-
# Copyright 1992-2024 Free Software Foundation, Inc.
3+
# Copyright 1992-2025 Free Software Foundation, Inc.
44

55
# shellcheck disable=SC2006,SC2268 # see below for rationale
66

7-
timestamp='2024-07-27'
7+
timestamp='2025-07-10'
88

99
# This file is free software; you can redistribute it and/or modify it
1010
# under the terms of the GNU General Public License as published by
@@ -60,7 +60,7 @@ version="\
6060
GNU config.guess ($timestamp)
6161
6262
Originally written by Per Bothner.
63-
Copyright 1992-2024 Free Software Foundation, Inc.
63+
Copyright 1992-2025 Free Software Foundation, Inc.
6464
6565
This is free software; see the source for copying conditions. There is NO
6666
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -1597,8 +1597,11 @@ EOF
15971597
*:Unleashed:*:*)
15981598
GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
15991599
;;
1600-
*:Ironclad:*:*)
1601-
GUESS=$UNAME_MACHINE-unknown-ironclad
1600+
x86_64:[Ii]ronclad:*:*|i?86:[Ii]ronclad:*:*)
1601+
GUESS=$UNAME_MACHINE-pc-ironclad-mlibc
1602+
;;
1603+
*:[Ii]ronclad:*:*)
1604+
GUESS=$UNAME_MACHINE-unknown-ironclad-mlibc
16021605
;;
16031606
esac
16041607

@@ -1808,8 +1811,8 @@ fi
18081811
exit 1
18091812

18101813
# Local variables:
1811-
# eval: (add-hook 'before-save-hook 'time-stamp)
1814+
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
18121815
# time-stamp-start: "timestamp='"
1813-
# time-stamp-format: "%:y-%02m-%02d"
1816+
# time-stamp-format: "%Y-%02m-%02d"
18141817
# time-stamp-end: "'"
18151818
# End:

0 commit comments

Comments
 (0)