PR documentation/19309
[official-gcc.git] / libgfortran / README
blob1a5de1d043659e46d7c16c167a54f7c7b76d8e3d
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
5 automatically.
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
10 problem.
12 For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net
14 Paul Brook <paul@nowt.org>