2003-06-17 Ben Elliston <bje@wasabisystems.com>

* config.guess (sei:*:*:seiux): Detect SEIUX running on MIPS-based
	workstations manufactured by Sumitomo Electric Industries.
	* config.sub (sei, -sei*): Handle.
	Reported by Dennis Grevenstein <dennis@pcde.inka.de>.
This commit is contained in:
Ben Elliston
2003-06-17 09:11:29 +00:00
parent 8f9236578b
commit 25d68cd8c6
3 changed files with 17 additions and 3 deletions

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2003-06-12'
timestamp='2003-06-17'
# 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
@ -1199,6 +1199,9 @@ EOF
*:ITS:*:*)
echo pdp10-unknown-its
exit 0 ;;
SEI:*:*:SEIUX)
echo mips-sei-seiux${UNAME_RELEASE}
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2