config.guess: recognize SerenityOS

* config.guess (*:SerenityOS:*:*): Recognize.
(timestamp): Update.
* doc/config.guess.1: Regenerate.
* testsuite/config-guess.data: Add test case for SerenityOS.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Idan Horowitz
2022-01-09 23:53:25 +02:00
committed by Dmitry V. Levin
parent 7e20fac20c
commit c179db1b6f
3 changed files with 7 additions and 2 deletions

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
timestamp='2022-01-03'
timestamp='2022-01-09'
# 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
@ -929,6 +929,9 @@ EOF
i*:PW*:*)
GUESS=$UNAME_MACHINE-pc-pw32
;;
*:SerenityOS:*:*)
GUESS=$UNAME_MACHINE-pc-serenity
;;
*:Interix*:*)
case $UNAME_MACHINE in
x86)