summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-12 09:34:50 -0700
committerKarl Berry <karl@freefriends.org>2019-09-12 09:34:50 -0700
commitdbc5605c3b37a14d7c7e56fcf6c305d542e73210 (patch)
treeeed2daa6032e72f06d0631c5473df1e73d65c243
parente1dd304ea40e10b85aa5a1094bce630341778c15 (diff)
downloadgnulib-dbc5605c3b37a14d7c7e56fcf6c305d542e73210.tar.gz
gnulib-dbc5605c3b37a14d7c7e56fcf6c305d542e73210.tar.bz2
autoupdate
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 97ad073330..7f9ebbe310 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1,11 +1,11 @@
#! /bin/sh
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
@@ -271,12 +271,15 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
*:MirBSD:*:*)
echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE"
exit ;;
*:Sortix:*:*)
echo "$UNAME_MACHINE"-unknown-sortix
exit ;;
+ *:Twizzler:*:*)
+ echo "$UNAME_MACHINE"-unknown-twizzler
+ exit ;;
*:Redox:*:*)
echo "$UNAME_MACHINE"-unknown-redox
exit ;;
mips:OSF1:*.*)
echo mips-dec-osf1
exit ;;

Return to:

Send suggestions and report system problems to the System administrator.