summaryrefslogtreecommitdiffstats
path: root/bin/config.guess
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1998-03-09 21:59:33 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1998-03-09 21:59:33 (GMT)
commit6e977a298822150e39d30229503578be71c79aab (patch)
tree134898fc64abca5071df3ec73395adbab476b63c /bin/config.guess
parenta2894e13b5df5e93f842393886f6f5cbfd3d49dd (diff)
downloadhdf5-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/config.guess')
-rwxr-xr-xbin/config.guess3
1 files changed, 3 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 ;;