summaryrefslogtreecommitdiffstats
path: root/bin/buildhdf5
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-20 19:04:30 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-20 19:04:30 (GMT)
commit8a1d1b24cf85e25b70884d9454b549223097bc1b (patch)
tree4841249393769a8d912a257f2a7ba433aede9af0 /bin/buildhdf5
parentaad3aa7856bd107b11093d3d453b4e98f4a88464 (diff)
downloadhdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.zip
hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.tar.gz
hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.tar.bz2
[svn-r26505] Merge r26435 from autotools_rework branch.
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)