# Check for files built without respecting CFLAGS
if [[ "${CFLAGS}" == *-frecord-gcc-switches* ]] && \
! has binchecks ${RESTRICT} ; then
- qa_var="QA_DT_SWITCHES_${ARCH/-/_}"
- eval "[[ -n \${!qa_var} ]] && QA_DT_SWITCHES=(\"\${${qa_var}[@]}\")"
+ qa_var="QA_CFLAGS_IGNORED_${ARCH/-/_}"
+ eval "[[ -n \${!qa_var} ]] && QA_CFLAGS_IGNORED=(\"\${${qa_var}[@]}\")"
f=$(scanelf -qyRF '%k %p' -k \!.GCC.command.line "${ED}" | sed -e "s:\!.GCC.command.line ::")
if [[ -n ${f} ]] ; then
echo "${f}" > "${T}"/scanelf-ignored-CFLAGS.log
if [ "${QA_STRICT_DT_SWITCHES-unset}" == unset ] ; then
- if [[ ${#QA_DT_SWITCHES[@]} -gt 1 ]] ; then
- for x in "${QA_DT_SWITCHES[@]}" ; do
+ if [[ ${#QA_CFLAGS_IGNORED[@]} -gt 1 ]] ; then
+ for x in "${QA_CFLAGS_IGNORED[@]}" ; do
sed -e "s#^${x#/}\$##" -i "${T}"/scanelf-ignored-CFLAGS.log
done
else
local shopts=$-
set -o noglob
- for x in ${QA_DT_SWITCHES} ; do
+ for x in ${QA_CFLAGS_IGNORED} ; do
sed -e "s#^${x#/}\$##" -i "${T}"/scanelf-ignored-CFLAGS.log
done
set +o noglob
files that contain writable and executable segments. These are rare.
The paths may contain fnmatch patterns.
.TP
-\fBQA_DT_SWITCHES\fR
+\fBQA_CFLAGS_IGNORED\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.
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
+Set this to cause portage to ignore any \fIQA_CFLAGS_IGNORED\fR override
settings from ebuilds. See also \fBebuild\fR(5).
.TP
\fBQA_STRICT_DT_HASH = \fI"set"\fR