diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-03-19 16:11:05 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-03-19 16:11:05 (GMT) |
commit | da4bf69db756aabb448bead90a0d85d7348ff04e (patch) | |
tree | 5276752c216cf4647b35366391a5ad1d07065040 /fortran | |
parent | f343f6a5848cb8c3f026bfe93d7d0459615ec973 (diff) | |
download | hdf5-da4bf69db756aabb448bead90a0d85d7348ff04e.zip hdf5-da4bf69db756aabb448bead90a0d85d7348ff04e.tar.gz hdf5-da4bf69db756aabb448bead90a0d85d7348ff04e.tar.bz2 |
[svn-r6493]
Purpose: Catching up with the C library
Description: Added file to provide PGI Fortran support
Solution:
Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel)
Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/config/linux-gnuaout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/config/linux-gnuaout b/fortran/config/linux-gnuaout new file mode 100644 index 0000000..d139966 --- /dev/null +++ b/fortran/config/linux-gnuaout @@ -0,0 +1,4 @@ +# -*- shell-script -*- +# This is the same as linux-gnulibc1 + +. $srcdir/config/linux-gnulibc1 |