summaryrefslogtreecommitdiffstats
path: root/bin/buildhdf5
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-11 20:15:25 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-11 20:15:25 (GMT)
commit9379314551566a44ea8ec6b3f64bcefa5eb43306 (patch)
tree380e5f4175e3cc8f135159f00afd88e35374766d /bin/buildhdf5
parent9eeb037725d5f0f162ef395747e601aeef03d759 (diff)
downloadhdf5-9379314551566a44ea8ec6b3f64bcefa5eb43306.zip
hdf5-9379314551566a44ea8ec6b3f64bcefa5eb43306.tar.gz
hdf5-9379314551566a44ea8ec6b3f64bcefa5eb43306.tar.bz2
[svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file which
was using it. Remove references to IRIX/irix* platform.
Diffstat (limited to 'bin/buildhdf5')
-rwxr-xr-xbin/buildhdf513
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/buildhdf5 b/bin/buildhdf5
index 8ed4696..3a4b0d3 100755
--- a/bin/buildhdf5
+++ b/bin/buildhdf5
@@ -159,19 +159,6 @@ LOCATE_SZLIB()
HP-UX)
szlibpaths="/afs/ncsa/projects/hdf/packages/szip_new/HPUX-11.00"
;;
- IRIX)
- szlibpaths="/afs/ncsa/projects/hdf/packages/szip_new/IRIX64-6.5-32bit"
- ;;
- IRIX64)
- case "$CC" in
- *-n32)
- szlibpaths="/afs/ncsa/projects/hdf/packages/szip_new/IRIX64-6.5-32bit"
- ;;
- *)
- szlibpaths="/afs/ncsa/projects/hdf/packages/szip_new/IRIX64-6.5"
- ;;
- esac
- ;;
Linux)
case `uname -m` in
i686)