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

* testsuite/config-guess.data: Add a test case.
This commit is contained in:
Ben Elliston 2007-01-14 22:47:18 +00:00
parent 4c103e2c36
commit dbe9a03d53
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-01-15 Ben Elliston <bje@gnu.org>
* config.guess (SX-8R:SUPER-UX:*:*): New.
* testsuite/config-guess.data: Add a test case.
2007-01-04 Ben Elliston <bje@gnu.org> 2007-01-04 Ben Elliston <bje@gnu.org>
From Alexander Boettcher <alex@kaffe.org> via Dalibor Topic: From Alexander Boettcher <alex@kaffe.org> via Dalibor Topic:

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-12-22' timestamp='2007-01-15'
# 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
@ -1218,6 +1218,9 @@ EOF
SX-8:SUPER-UX:*:*) SX-8:SUPER-UX:*:*)
echo sx8-nec-superux${UNAME_RELEASE} echo sx8-nec-superux${UNAME_RELEASE}
exit ;; exit ;;
SX-8R:SUPER-UX:*:*)
echo sx8r-nec-superux${UNAME_RELEASE}
exit ;;
Power*:Rhapsody:*:*) Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE} echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;; exit ;;

View File

@ -30,3 +30,4 @@ SX-7 1.0 SUPER-UX ignored sx7-nec-superux1.0
xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu
x86_64 1.0 MINGW ignored x86_64-pc-mingw32 x86_64 1.0 MINGW ignored x86_64-pc-mingw32
i386 1.0 MINGW ignored i386-pc-mingw32 i386 1.0 MINGW ignored i386-pc-mingw32
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0