|
1 | 1 | #! /bin/sh |
2 | 2 | # Attempt to guess a canonical system name. |
3 | | -# Copyright 1992-2024 Free Software Foundation, Inc. |
| 3 | +# Copyright 1992-2025 Free Software Foundation, Inc. |
4 | 4 |
|
5 | 5 | # shellcheck disable=SC2006,SC2268 # see below for rationale |
6 | 6 |
|
7 | | -timestamp='2024-07-27' |
| 7 | +timestamp='2025-07-10' |
8 | 8 |
|
9 | 9 | # This file is free software; you can redistribute it and/or modify it |
10 | 10 | # under the terms of the GNU General Public License as published by |
@@ -60,7 +60,7 @@ version="\ |
60 | 60 | GNU config.guess ($timestamp) |
61 | 61 |
|
62 | 62 | Originally written by Per Bothner. |
63 | | -Copyright 1992-2024 Free Software Foundation, Inc. |
| 63 | +Copyright 1992-2025 Free Software Foundation, Inc. |
64 | 64 |
|
65 | 65 | This is free software; see the source for copying conditions. There is NO |
66 | 66 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
@@ -1597,8 +1597,11 @@ EOF |
1597 | 1597 | *:Unleashed:*:*) |
1598 | 1598 | GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE |
1599 | 1599 | ;; |
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 |
1602 | 1605 | ;; |
1603 | 1606 | esac |
1604 | 1607 |
|
|
1808 | 1811 | exit 1 |
1809 | 1812 |
|
1810 | 1813 | # Local variables: |
1811 | | -# eval: (add-hook 'before-save-hook 'time-stamp) |
| 1814 | +# eval: (add-hook 'before-save-hook 'time-stamp nil t) |
1812 | 1815 | # time-stamp-start: "timestamp='" |
1813 | | -# time-stamp-format: "%:y-%02m-%02d" |
| 1816 | +# time-stamp-format: "%Y-%02m-%02d" |
1814 | 1817 | # time-stamp-end: "'" |
1815 | 1818 | # End: |
0 commit comments