diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-04 14:47:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-04 14:47:14 +0300 |
commit | 6775b9c4de4050cd65a89835d8f337c00ede5e54 (patch) | |
tree | f075713fdf61f761c03e52d3ee6f3a2f1b177a24 /config.guess | |
parent | f4795f119a1c02ccf92469296a77a9e6d10d3757 (diff) | |
download | egawk-6775b9c4de4050cd65a89835d8f337c00ede5e54.tar.gz egawk-6775b9c4de4050cd65a89835d8f337c00ede5e54.tar.bz2 egawk-6775b9c4de4050cd65a89835d8f337c00ede5e54.zip |
Update aux files.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 97ad0733..7f9ebbe3 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-07-24' +timestamp='2019-09-10' # 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 @@ -274,6 +274,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:Sortix:*:*) echo "$UNAME_MACHINE"-unknown-sortix exit ;; + *:Twizzler:*:*) + echo "$UNAME_MACHINE"-unknown-twizzler + exit ;; *:Redox:*:*) echo "$UNAME_MACHINE"-unknown-redox exit ;; |