diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-12 00:49:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-12 00:49:17 +0000 |
commit | e4d46f96d5158c0d6b997c52896c94397ecb6ffc (patch) | |
tree | 03962ccb8b7ddf9dc497ec73970d6f243eb54f02 /Master/tlpkg/installer/config.guess | |
parent | e06512d54543487d6233fea60dac30ca8ee27813 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/config.guess')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index fb195112f94..7f76b6228f7 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2021 Free Software Foundation, Inc. +# Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2021-11-30' +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 @@ -60,7 +60,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2021 Free Software Foundation, Inc. +Copyright 1992-2022 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." @@ -929,6 +929,9 @@ EOF i*:PW*:*) GUESS=$UNAME_MACHINE-pc-pw32 ;; + *:SerenityOS:*:*) + GUESS=$UNAME_MACHINE-pc-serenity + ;; *:Interix*:*) case $UNAME_MACHINE in x86) |