mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r1085] Added platform T3E.
This commit is contained in:
parent
1585545c5a
commit
b16c146160
3
bin/config.guess
vendored
3
bin/config.guess
vendored
@ -309,6 +309,9 @@ EOF
|
||||
CRAY*TS:*:*:*)
|
||||
echo crayts-cray-unicos
|
||||
exit 0 ;;
|
||||
CRAY*T3E:*:*:*)
|
||||
echo t3e-cray-unicosmk
|
||||
exit 0 ;;
|
||||
hp3[0-9][05]:NetBSD:*:*)
|
||||
echo m68k-hp-netbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
|
4
bin/config.sub
vendored
4
bin/config.sub
vendored
@ -225,6 +225,10 @@ case $basic_machine in
|
||||
basic_machine=cray2-cray
|
||||
os=-unicos
|
||||
;;
|
||||
cray-t3e | t3e | t3e-cray)
|
||||
basic_machine=t3e-cray
|
||||
os=-unicosmk
|
||||
;;
|
||||
crds | unos)
|
||||
basic_machine=m68k-crds
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user