mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
490f1ba6e6
commit
7e1c61f040
@ -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
5
config.guess
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user