diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-09 15:56:01 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-09 15:56:01 -0700 |
commit | 009e65cc804021f388d17d6344fd62d551df8111 (patch) | |
tree | 6392d281c33c0a246fe1c86beb8767259e2c35ea | |
parent | 5befc656ffb5804cfe89fdad50bdb18c3597ffde (diff) | |
download | gnulib-009e65cc804021f388d17d6344fd62d551df8111.tar.gz |
autoupdate
-rwxr-xr-x | build-aux/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index 07785f5451..a744844274 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-07-19' +timestamp='2017-08-08' # 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 @@ -259,6 +259,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; + *:Redox:*:*) + echo ${UNAME_MACHINE}-unknown-redox + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) |