aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-21 13:28:47 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-21 13:28:47 -0800
commit1de36ad91237651277b9e4b7e0db819efb5e6997 (patch)
treeb25c92e9efa06e46f2445aaaf996b3f6691b91d8 /cnf
parentdata.py: stat EROOT for PORTAGE_GRPNAME/USERNAME (diff)
downloadportage-1de36ad91237651277b9e4b7e0db819efb5e6997.tar.gz
portage-1de36ad91237651277b9e4b7e0db819efb5e6997.tar.bz2
portage-1de36ad91237651277b9e4b7e0db819efb5e6997.zip
Use *FLAGS for CFLAGS ignorance checks.
Current *FLAGS variables include CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS. Not 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.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index aecb6336f..5ee1cd32e 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -32,8 +32,11 @@
# package (and in some cases the libraries it uses) at default optimizations
# before reporting errors to developers.
#
-# If your gcc supports it, you can add -frecord-gcc-switches in order to enable
-# CFLAGS ignorance checking for ebuilds.
+# 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.
+# 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.
#
# Please refer to the GCC manual for a list of possible values.
#