aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-12-21 17:10:17 +0100
committerZac Medico <zmedico@gentoo.org>2011-12-21 11:29:58 -0800
commitb03273772744b263ae5c06de8034ec2200245964 (patch)
treeca2e0903e51c1c3c70b3b50c7e859437ec7c4f72 /man
parenthashed_path: implement __repr__ (diff)
downloadportage-b03273772744b263ae5c06de8034ec2200245964.tar.gz
portage-b03273772744b263ae5c06de8034ec2200245964.tar.bz2
portage-b03273772744b263ae5c06de8034ec2200245964.zip
Support checking for ignored CFLAGS using -frecord-gcc-switches.
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.59
-rw-r--r--man/make.conf.54
2 files changed, 13 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 2d58c9e61..1216ac171 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -602,6 +602,15 @@ This should contain a list of file paths, relative to the image directory, of
files that contain writable and executable segments. These are rare.
The paths may contain fnmatch patterns.
.TP
+\fBQA_DT_SWITCHES\fR
+This should contain a list of file paths, relative to the image directory, of
+files that do not contain .GCC.command.line sections. The paths may contain
+regular expressions with escape\-quoted special characters.
+.br
+This variable is intended to be used on files of binary packages which ignore
+CFLAGS variable.
+.TP
+.TP
\fBQA_DT_HASH\fR
This should contain a list of file paths, relative to the image directory, of
files that contain .hash sections. The paths may contain regular expressions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 76adfe2ce..f9d69b71b 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -814,6 +814,10 @@ settings from ebuilds. See also \fBebuild\fR(5).
Set this to cause portage to ignore any \fIQA_TEXTREL\fR override
settings from ebuilds. See also \fBebuild\fR(5).
.TP
+\fBQA_STRICT_DT_SWITCHES = \fI"set"\fR
+Set this to cause portage to ignore any \fIQA_DT_SWITCHES\fR override
+settings from ebuilds. See also \fBebuild\fR(5).
+.TP
\fBQA_STRICT_DT_HASH = \fI"set"\fR
Set this to cause portage to ignore any \fIQA_DT_HASH\fR override
settings from ebuilds. See also \fBebuild\fR(5).