diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-01-29 00:16:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-01-29 00:16:36 (GMT) |
commit | ee2b36ad7be6aed6fc14b04ff6aa9faacda78cd8 (patch) | |
tree | 807744446df1d2ac72f443d34306f9115c5eb999 | |
parent | c00d3bcc929e18de27137d0b952127006f5cf692 (diff) | |
download | hdf5-ee2b36ad7be6aed6fc14b04ff6aa9faacda78cd8.zip hdf5-ee2b36ad7be6aed6fc14b04ff6aa9faacda78cd8.tar.gz hdf5-ee2b36ad7be6aed6fc14b04ff6aa9faacda78cd8.tar.bz2 |
[svn-r1037] All IRIX (old 32bit OS) version 6.x can use the same configuration.
Replaced irix6.2 by irix6.x.
-rw-r--r-- | MANIFEST | 2 | ||||
-rwxr-xr-x | bin/config.guess | 5 | ||||
-rw-r--r-- | config/irix6.x (renamed from config/irix6.2) | 0 |
3 files changed, 5 insertions, 2 deletions
@@ -48,7 +48,7 @@ ./config/hpux9.03 ./config/intel-osf1 ./config/irix5.3 -./config/irix6.2 +./config/irix6.x ./config/irix64 ./config/linux ./config/powerpc-ibm-aix4.2.1.0 diff --git a/bin/config.guess b/bin/config.guess index 03f0dcd..c036193 100755 --- a/bin/config.guess +++ b/bin/config.guess @@ -150,9 +150,12 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; - *:IRIX64:*:*) + *:IRIX64:*:*) # IRIX64 all versions echo mips-sgi-irix64 exit 0 ;; + *:IRIX*:6.*:*) # IRIX all 6.x versions + echo mips-sgi-irix6.x + exit 0 ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; diff --git a/config/irix6.2 b/config/irix6.x index bff3a5f..bff3a5f 100644 --- a/config/irix6.2 +++ b/config/irix6.x |