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
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
AUTHORS
c99_protos.h configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
ChangeLog Makefile.am (AM_MAKEFLAGS): New. 2004-12-08 00:43:34 +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
COPYING
fmain.c
INSTALL
libgfortran.h configure.ac: Check for ieeefp.h. 2004-12-07 23:43:40 +00:00
libtool-version
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
mk-sik-inc.sh
mk-srk-inc.sh
NEWS
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>