diff options
Diffstat (limited to 'fortran/config/linux-gnulibc2')
-rw-r--r-- | fortran/config/linux-gnulibc2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fortran/config/linux-gnulibc2 b/fortran/config/linux-gnulibc2 new file mode 100644 index 0000000..4551fb6 --- /dev/null +++ b/fortran/config/linux-gnulibc2 @@ -0,0 +1,10 @@ +# -*- shell-script -*- +# +# This file is part of the HDF5 build script. It is processed shortly +# after configure starts and defines, among other things, flags for +# the various compile modes. +# +# See BlankForm in this directory for details. + +# Same as with gnulibc1 for now +. $srcdir/config/linux-gnulibc1 |