summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/misc/h5cc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5cc.in b/tools/misc/h5cc.in
index da1a26d..cabd83f 100644
--- a/tools/misc/h5cc.in
+++ b/tools/misc/h5cc.in
@@ -347,7 +347,7 @@ if test "x$do_link" = "xyes"; then
hpux*) flag="-Wl,+b -Wl," ;;
freebsd*|solaris*) flag="-R" ;;
rs6000*|aix*) flag="-L" ;;
- irix*|sgi) flag="-rpath " ;;
+ sgi) flag="-rpath " ;;
*) flag="" ;;
esac