From: Zac Medico Date: Mon, 23 Jul 2012 17:45:28 +0000 (-0700) Subject: make.conf: clarify -frecord-gcc-switches X-Git-Tag: v2.2.0_alpha121~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e853835a8097fe80866ebe7d6666cdbb132683b;p=portage.git make.conf: clarify -frecord-gcc-switches --- 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.