2000-02-07 Ben Elliston <bje@redhat.com>

* config.guess: Replace sub-minor system version number with an
	`X' on certain Cray platforms. From Keith Thompson <kst@sdsc.edu>.
This commit is contained in:
Ben Elliston
2000-02-07 12:03:02 +00:00
parent 55cd8571ab
commit ee9861df32
2 changed files with 8 additions and 2 deletions

7
config.guess vendored
View File

@ -553,10 +553,13 @@ EOF
-e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
exit 0 ;;
CRAY*TS:*:*:*)
echo t90-cray-unicos${UNAME_RELEASE}
echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit 0 ;;
CRAY*T3E:*:*:*)
echo alpha-cray-unicosmk${UNAME_RELEASE}
echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit 0 ;;
CRAY*SV1:*:*:*)
echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos