diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-11 20:15:25 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-11 20:15:25 (GMT) |
commit | 9379314551566a44ea8ec6b3f64bcefa5eb43306 (patch) | |
tree | 380e5f4175e3cc8f135159f00afd88e35374766d /tools | |
parent | 9eeb037725d5f0f162ef395747e601aeef03d759 (diff) | |
download | hdf5-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.in | 2 |
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 |