gcc/libgfortran
Steve Ellcey 7dd42019e7 Makefile.am (AM_MAKEFLAGS): New.
* libgfortran/Makefile.am (AM_MAKEFLAGS): New.
	* libgfortran/Makefile.in: Regenerate

From-SVN: r91844
2004-12-08 00:43:34 +00:00
..
generated cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. 2004-12-06 16:24:44 -08:00
intrinsics configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
io io.h (open_external): Change prototype. 2004-12-08 00:32:39 +00:00
m4 cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. 2004-12-06 16:24:44 -08:00
runtime c99_functions.c, [...]: Whitespace fixes. 2004-12-06 16:01:01 -08:00
.cvsignore ignore autom4te.cache 2004-08-23 23:51:56 +00:00
AUTHORS Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
COPYING Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
ChangeLog Makefile.am (AM_MAKEFLAGS): New. 2004-12-08 00:43:34 +00:00
INSTALL Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.am Makefile.am (AM_MAKEFLAGS): New. 2004-12-08 00:43:34 +00:00
Makefile.in Makefile.am (AM_MAKEFLAGS): New. 2004-12-08 00:43:34 +00:00
NEWS Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
README Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
acinclude.m4 re PR libfortran/16135 (libfortran doesn't build, use of C99 types) 2004-11-20 13:15:17 +00:00
aclocal.m4 Introduce and use config/gcc-version.m4. 2004-12-02 11:05:13 +00:00
c99_protos.h configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
config.h.in configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
configure configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
configure.ac configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
fmain.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
libgfortran.h configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
libtool-version libtool-version: New. 2004-07-04 09:06:54 +00:00
mk-sik-inc.sh mk-sik-inc.sh: Use a temporary string instead of 'echo -n'. 2004-09-01 17:51:42 +00:00
mk-srk-inc.sh mk-sik-inc.sh: Use a temporary string instead of 'echo -n'. 2004-09-01 17:51:42 +00:00

README

This is the GNU Fortran 95 Runtime library (libgfortran).
It is intended to be compiled as part of GCC.

Programs must be linked with "-lgfortran -lm". The 'gfortran' driver does this
automatically.

You'll need to apply gcc_config.patch to your top level GCC source directory.
This tells the the GCC configure system about libgfor. This patch can confuse
patch as it contains a filename with a '-' in it. use "patch -p1" to avoid this
problem.

For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net

Paul Brook <paul@nowt.org>