OSDN Git Service

Fix another mips typo.
[pf3gnuchains/gcc-fork.git] / libgfortran / README
1 This is the GNU Fortran 95 Runtime library (libgfortran).
2 It is intended to be compiled as part of GCC.
3
4 Programs must be linked with "-lgfortran -lm". The 'gfortran' driver does this
5 automatically.
6
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.
11
12 For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net
13
14 Paul Brook <paul@nowt.org>