* 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

View File

@ -1,3 +1,8 @@
2006-11-30 Ben Elliston <bje@gnu.org>
* config.guess (SX-7:SUPER-UX:*:*): New.
* testsuite/config-guess.data: Add test case.
2006-11-15 Ben Elliston <bje@gnu.org> 2006-11-15 Ben Elliston <bje@gnu.org>
From Josselin Mouette <joss@debian.org>: From Josselin Mouette <joss@debian.org>:

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc. # Inc.
timestamp='2006-11-15' timestamp='2006-11-30'
# This file is free software; you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License as published by
@ -1209,6 +1209,9 @@ EOF
SX-6:SUPER-UX:*:*) SX-6:SUPER-UX:*:*)
echo sx6-nec-superux${UNAME_RELEASE} echo sx6-nec-superux${UNAME_RELEASE}
exit ;; exit ;;
SX-7:SUPER-UX:*:*)
echo sx7-nec-superux${UNAME_RELEASE}
exit ;;
SX-8:SUPER-UX:*:*) SX-8:SUPER-UX:*:*)
echo sx8-nec-superux${UNAME_RELEASE} echo sx8-nec-superux${UNAME_RELEASE}
exit ;; exit ;;

View File

@ -26,3 +26,4 @@ x86 6.0 Interix ignored i586-pc-interix6.0
macppc 1.0 MirBSD ignored powerpc-unknown-mirbsd1.0 macppc 1.0 MirBSD ignored powerpc-unknown-mirbsd1.0
authenticamd 6.0 Interix ignored x86_64-unknown-interix6.0 authenticamd 6.0 Interix ignored x86_64-unknown-interix6.0
SX-8 1.0 SUPER-UX ignored sx8-nec-superux1.0 SX-8 1.0 SUPER-UX ignored sx8-nec-superux1.0
SX-7 1.0 SUPER-UX ignored sx7-nec-superux1.0