2001-07-30 Ben Elliston <bje@redhat.com>

* config.guess: Detect STOP operating system on x86 CPUs.
	From Hans Edwards <Hans.Edwards@getronicsgov.com>.
This commit is contained in:
Ben Elliston 2001-07-30 01:55:38 +00:00
parent 490f1ba6e6
commit 7e1c61f040
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-07-30 Ben Elliston <bje@redhat.com>
* config.guess: Detect STOP operating system on x86 CPUs.
From Hans Edwards <Hans.Edwards@getronicsgov.com>.
2001-07-27 Niibe Yutaka <gniibe@m17n.org>
* config.sub: Recognize sh3eb and sh4eb (big endian) aliases.

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-07-19'
timestamp='2001-07-30'
# 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
@ -1101,6 +1101,9 @@ EOF
*:ITS:*:*)
echo pdp10-unknown-its
exit 0 ;;
i*86:XTS-300:*:STOP)
echo ${UNAME_MACHINE}-unknown-stop
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2