diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-03-09 21:59:33 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-03-09 21:59:33 (GMT) |
commit | 6e977a298822150e39d30229503578be71c79aab (patch) | |
tree | 134898fc64abca5071df3ec73395adbab476b63c /bin | |
parent | a2894e13b5df5e93f842393886f6f5cbfd3d49dd (diff) | |
download | hdf5-6e977a298822150e39d30229503578be71c79aab.zip hdf5-6e977a298822150e39d30229503578be71c79aab.tar.gz hdf5-6e977a298822150e39d30229503578be71c79aab.tar.bz2 |
[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
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/config.guess | 3 | ||||
-rwxr-xr-x | bin/config.sub | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/config.guess b/bin/config.guess index 8665ddf..d334733 100755 --- a/bin/config.guess +++ b/bin/config.guess @@ -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 ;; diff --git a/bin/config.sub b/bin/config.sub index 50e0832..535959c 100755 --- a/bin/config.sub +++ b/bin/config.sub @@ -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 ;; |