From 1b0000a25e968cd93c17c7e0a5809a9d8fe81389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Fabbro?= Date: Wed, 19 Jan 2011 10:03:54 -0800 Subject: [PATCH] make.conf.5: document FFLAGS and FCFLAGS --- man/make.conf.5 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index faab2b90b..04e7a5fa7 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Oct 2010" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "Jan 2011" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" @@ -509,6 +509,16 @@ place\-holders \\${DISTDIR}, \\${FILE} and \\${URI}. The command should be written to place the fetched file at \\${DISTDIR}/\\${FILE}. Also see \fBRESUMECOMMAND\fR. .TP +.B FFLAGS FCFLAGS +Use these variables to set the desired optimization/CPU instruction settings +for applications that you compile with a FORTRAN compiler. FFLAGS is usually +passed to the FORTRAN 77 compiler, and FCFLAGS to any FORTRAN compiler in +more modern build systems. + +For more information, see the \fIInvoking GCC\fR section of the gcc manual: +.br +http://gcc.gnu.org/onlinedocs/ +.TP \fBGENTOO_MIRRORS\fR = \fI[URIs]\fR Insert your space\-seperated list of local mirrors here. These locations are used to download files before the ones listed in -- 2.26.2