summaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-25 17:56:55 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-25 17:56:55 (GMT)
commit15efd662a3e9f94ea74ef2fbc3d04c9f3934da80 (patch)
treeff4d773146e402315edbdcc85bc9552b93e1ce6f /tools/misc
parent98a65dc3a4730c2fa0e6afba9d2ec18d8587bfc1 (diff)
downloadhdf5-15efd662a3e9f94ea74ef2fbc3d04c9f3934da80.zip
hdf5-15efd662a3e9f94ea74ef2fbc3d04c9f3934da80.tar.gz
hdf5-15efd662a3e9f94ea74ef2fbc3d04c9f3934da80.tar.bz2
[svn-r26578] Merge r26505 from trunk
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/misc')
-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