summaryrefslogtreecommitdiffstats
path: root/fortran
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 /fortran
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 'fortran')
-rw-r--r--fortran/src/README3
-rw-r--r--fortran/src/h5fc.in2
2 files changed, 1 insertions, 4 deletions
diff --git a/fortran/src/README b/fortran/src/README
index 508da69..c877050 100644
--- a/fortran/src/README
+++ b/fortran/src/README
@@ -35,8 +35,6 @@ following platforms and compilers:
* SunOS 5.6 with WorkshopCompilers 4.2 Fortran 90 1.2
* SunOS 5.7 with WorkshopCompilers 5.0 Fortran 90 2.0
* OSF1 V4.0 with Digital Fortran 90 4.1
- * IRIX64 6.5 (64 option only) with MIPSpro Compilers: Version 7.3.1m
- mpt.1.4
* Linux RedHat 6.1, Kernel 2.2.12 with PGF90
* T3E with Cray Fortran: Version 3.4.0.0
with mpt 1.3
@@ -55,7 +53,6 @@ Compilation
solaris
digunix
- irix
linux
Example: On Digital Unix systems use the following command
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index b5a6486..6e2c9d3 100644
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -313,7 +313,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