summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-07-23 10:45:28 -0700
committerZac Medico <zmedico@gentoo.org>2012-07-23 10:45:28 -0700
commit3e853835a8097fe80866ebe7d6666cdbb132683b (patch)
tree6166283aa5af858a07dd92cba8c87c466a372274 /cnf
parent679747aba189dfc0b24bc37ebb23268f799c8a41 (diff)
downloadportage-3e853835a8097fe80866ebe7d6666cdbb132683b.tar.gz
portage-3e853835a8097fe80866ebe7d6666cdbb132683b.tar.bz2
portage-3e853835a8097fe80866ebe7d6666cdbb132683b.zip
make.conf: clarify -frecord-gcc-switches
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 5ee1cd32e..ad2a5b775 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -33,7 +33,8 @@
# before reporting errors to developers.
#
# If your gcc supports it, you can add -frecord-gcc-switches to all of the
-# following *FLAGS in order to enable *FLAGS ignorance checking for ebuilds.
+# following *FLAGS in order to enable *FLAGS ignorance checking for ebuilds:
+# CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS.
# Note that this check is only enabled if every one of these variables contains
# -frecord-gcc-switches, since otherwise the check could result in false
# positive results.