mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
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:
parent
55cd8571ab
commit
ee9861df32
@ -1,5 +1,8 @@
|
|||||||
2000-02-07 Ben Elliston <bje@redhat.com>
|
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>.
|
||||||
|
|
||||||
* config.sub: Add support for mmix and mmixware. From Hans-Peter
|
* config.sub: Add support for mmix and mmixware. From Hans-Peter
|
||||||
Nilsson <hp@bitrange.com>.
|
Nilsson <hp@bitrange.com>.
|
||||||
|
|
||||||
|
7
config.guess
vendored
7
config.guess
vendored
@ -553,10 +553,13 @@ EOF
|
|||||||
-e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
|
-e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
CRAY*TS:*:*:*)
|
CRAY*TS:*:*:*)
|
||||||
echo t90-cray-unicos${UNAME_RELEASE}
|
echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
CRAY*T3E:*:*:*)
|
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 ;;
|
exit 0 ;;
|
||||||
CRAY-2:*:*:*)
|
CRAY-2:*:*:*)
|
||||||
echo cray2-cray-unicos
|
echo cray2-cray-unicos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user