* config.guess (i*86:*:5:[678]*): Fix Unixware output.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Urs Janßen 2019-02-19 16:07:32 +11:00 committed by Ben Elliston
parent 286a38db91
commit 6bf486266c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2019-02-19 Urs Janßen <urs@tin.org>
* config.guess (i*86:*:5:[678]*): Fix Unixware output.
2019-01-20 Ben Elliston <bje@gnu.org>
* testsuite/config-guess.sh (run_config_guess): For clarity, write

4
config.guess vendored
View File

@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2019 Free Software Foundation, Inc.
timestamp='2019-01-15'
timestamp='2019-02-19'
# 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
@ -1113,7 +1113,7 @@ EOF
*Pentium) UNAME_MACHINE=i586 ;;
*Pent*|*Celeron) UNAME_MACHINE=i686 ;;
esac
echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}"
echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}"
exit ;;
i*86:*:3.2:*)
if test -f /usr/options/cb.name; then