mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r313] Purpose:
New feature Problem: No support for ASCI Red configure. Solution: Support for ASCI Red configure. sasn100: ./configure -v tflop sasn100: ./configure -v janus janus: ./configure -v Platform tested: TFLOPS Application Server - sasn100 ASCI Red machine - janus +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ Albert Cheng Scientific Data Technologies Group 217-244-1955 voice Information Technologies Division, NCSA 217-244-1987 fax University of Illinois at Urbana-Champaign
This commit is contained in:
parent
a2894e13b5
commit
6e977a2988
3
bin/config.guess
vendored
3
bin/config.guess
vendored
@ -306,6 +306,9 @@ EOF
|
||||
hp3[0-9][05]:NetBSD:*:*)
|
||||
echo m68k-hp-netbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
i[3456]86:Paragon*:*:*)
|
||||
echo ${UNAME_MACHINE}-intel-osf1
|
||||
exit 0 ;;
|
||||
i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
|
4
bin/config.sub
vendored
4
bin/config.sub
vendored
@ -413,6 +413,10 @@ case $basic_machine in
|
||||
basic_machine=i860-intel
|
||||
os=-osf
|
||||
;;
|
||||
janus | tflop)
|
||||
basic_machine=i386-intel
|
||||
os=-osf1
|
||||
;;
|
||||
pbd)
|
||||
basic_machine=sparc-tti
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user