This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, fortran] PR32704 - document -static-libgfortran
- From: Bernhard Fischer <rep dot dot dot nop at gmail dot com>
- To: Daniel Franke <franke dot daniel at gmail dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 9 Jul 2007 21:19:22 +0200
- Subject: Re: [patch, fortran] PR32704 - document -static-libgfortran
- References: <200707092112.25441.franke.daniel@gmail.com>
On Mon, Jul 09, 2007 at 09:12:25PM +0200, Daniel Franke wrote:
>
>The text was taken from the corresponding -static-libgcc option and adapted
>to -static-libgfortran by my best knowledge.
>
>
>2007-07-09 Daniel Franke <franke.daniel@gmail.com>
>
> PR fortran/32704
> * invoke.texi: Document option -static-libgfortran.
>
>
>Tested info, dvi and html targets on i686-pc-linux-gnu.
>Ok for trunk?
>Index: invoke.texi
>===================================================================
>--- invoke.texi (revision 126485)
>+++ invoke.texi (working copy)
>@@ -97,6 +97,7 @@
> * Error and Warning Options:: How picky should the compiler be?
> * Debugging Options:: Symbol tables, measurements, and debugging dumps.
> * Directory Options:: Where to find module files
>+* Link Options :: Influencing the linking step
> * Runtime Options:: Influencing runtime behavior
>-@section Influencing runtime behavior
>+@section Influencing Runtime Behavior
Please settle on one of upper- or lower case.
Looks ok to me otherwise.