[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:
Paul Harten 1998-03-09 16:59:33 -05:00
parent a2894e13b5
commit 6e977a2988
2 changed files with 7 additions and 0 deletions

3
bin/config.guess vendored
View File

@ -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
View File

@ -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
;;