1 This is the GNU Fortran 95 Runtime library (libgfortran).
2 It is intended to be compiled as part of GCC.
4 Programs must be linked with "-lgfortran -lm". The 'gfortran' driver does this
7 You'll need to apply gcc_config.patch to your top level GCC source directory.
8 This tells the the GCC configure system about libgfor. This patch can confuse
9 patch as it contains a filename with a '-' in it. use "patch -p1" to avoid this
12 For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net
14 Paul Brook <paul@nowt.org>