summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2011-01-19 10:25:23 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-19 11:12:18 -0800
commit976ab51b3fb4423971c80cc8513174048f16b3ff (patch)
tree2400ba2a8cd767e74100edbfe96e1762aca36f41 /cnf/make.conf
parent1c7a32ce21ba957c3d099aee2bde9dd0ae4bb270 (diff)
downloadportage-976ab51b3fb4423971c80cc8513174048f16b3ff.tar.gz
portage-976ab51b3fb4423971c80cc8513174048f16b3ff.tar.bz2
portage-976ab51b3fb4423971c80cc8513174048f16b3ff.zip
make.conf.example: document FFLAGS and FCFLAGS
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 255cff221..9e06d5775 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Contains local system settings for Portage system
@@ -39,6 +39,15 @@
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
#CXXFLAGS="${CFLAGS}"
+#
+# If you set a CFLAGS above, then this line will set your default FORTRAN 77
+# flags to the same settings.
+#FFLAGS="${CFLAGS}"
+#
+# If you set a FFLAGS above, then this line will set your default FORTRAN
+# flags to the same settings for modern build systems
+#FCFLAGS="${FFLAGS}"
+
# Advanced Masking
# ================