diff --git a/config.guess b/config.guess index e81d3ae..57953d8 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2021-06-03' +timestamp='2021-10-27' # 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 @@ -1522,6 +1522,9 @@ EOF i*86:rdos:*:*) GUESS=$UNAME_MACHINE-pc-rdos ;; + i*86:Fiwix:*:*) + GUESS=$UNAME_MACHINE-pc-fiwix + ;; *:AROS:*:*) GUESS=$UNAME_MACHINE-unknown-aros ;; diff --git a/config.sub b/config.sub index f62a894..74969a5 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2021-08-14' +timestamp='2021-20-27' # 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 @@ -1748,7 +1748,8 @@ case $os in | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ - | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr*) + | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ + | fiwix* ) ;; # This one is extra strict with allowed versions sco3.2v2 | sco3.2v[4-9]* | sco5v6*) diff --git a/doc/config.guess.1 b/doc/config.guess.1 index 503249d..d33e608 100644 --- a/doc/config.guess.1 +++ b/doc/config.guess.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. -.TH CONFIG.GUESS "1" "June 2021" "GNU config.guess (2021-06-03)" "User Commands" +.TH CONFIG.GUESS "1" "October 2021" "GNU config.guess (2021-10-27)" "User Commands" .SH NAME config.guess \- guess the build system triplet .SH SYNOPSIS diff --git a/doc/config.sub.1 b/doc/config.sub.1 index d9aa396..c1f5bf5 100644 --- a/doc/config.sub.1 +++ b/doc/config.sub.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. -.TH CONFIG.SUB "1" "August 2021" "GNU config.sub (2021-08-14)" "User Commands" +.TH CONFIG.SUB "1" "October 2021" "GNU config.sub (2021-20-27)" "User Commands" .SH NAME config.sub \- validate and canonicalize a configuration triplet .SH SYNOPSIS diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index bc26e03..e4f4952 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -73,6 +73,7 @@ i386 | 12.1 | AROS | ignored | ignored | i386-unknown-aros i386 | 14.0 | Darwin | ignored | i386 | i386-apple-darwin14.0 i386 | 4.0 | DYNIX/ptx | ignored | ignored | i386-sequent-sysv4 i386 | 4.2 | LynxOS | ignored | ignored | i386-unknown-lynxos4.2 +i386 | ignored | Fiwix | ignored | ignored | i386-pc-fiwix i386 | ignored | VOS | ignored | ignored | i386-stratus-vos i586 | 1.0 | SolidBSD | ignored | ignored | i586-unknown-solidbsd1.0 i586 | 5.0.0 | skyos | ignored | ignored | i586-pc-skyos5.0.0 diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index d58521b..d911c5b 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -262,6 +262,7 @@ i386-cloudabi i386-pc-cloudabi i386-drops1.0 i386-pc-drops1.0 i386-elf i386-pc-elf i386-es i386-pc-es +i386-fiwix i386-pc-fiwix i386-freebsd i386-pc-freebsd i386-glidix i386-pc-glidix i386-haiku i386-pc-haiku