From 7e1c61f04031fd54f5b04c867dfd14eabbc960c3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 30 Jul 2001 01:55:38 +0000 Subject: [PATCH] 2001-07-30 Ben Elliston * config.guess: Detect STOP operating system on x86 CPUs. From Hans Edwards . --- ChangeLog | 5 +++++ config.guess | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 686f015..3dc27fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Ben Elliston + + * config.guess: Detect STOP operating system on x86 CPUs. + From Hans Edwards . + 2001-07-27 Niibe Yutaka * config.sub: Recognize sh3eb and sh4eb (big endian) aliases. diff --git a/config.guess b/config.guess index 0399256..fedfce4 100755 --- a/config.guess +++ b/config.guess @@ -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