* config.guess (SX-7:SUPER-UX:*:*): New.

* testsuite/config-guess.data: Add test case.
This commit is contained in:
Ben Elliston
2006-11-30 04:54:28 +00:00
parent 3db7c35c95
commit caed00ed6a
3 changed files with 10 additions and 1 deletions

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2006-11-15'
timestamp='2006-11-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
@ -1209,6 +1209,9 @@ EOF
SX-6:SUPER-UX:*:*)
echo sx6-nec-superux${UNAME_RELEASE}
exit ;;
SX-7:SUPER-UX:*:*)
echo sx7-nec-superux${UNAME_RELEASE}
exit ;;
SX-8:SUPER-UX:*:*)
echo sx8-nec-superux${UNAME_RELEASE}
exit ;;