projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe41c1c
)
eclass/tests/flag-o-matic.sh: clarify the filter
author
Sergei Trofimovich
<slyfox@gentoo.org>
Mon, 23 Dec 2019 11:32:39 +0000
(11:32 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Mon, 23 Dec 2019 11:47:02 +0000
(11:47 +0000)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/tests/flag-o-matic.sh
patch
|
blob
|
history
diff --git
a/eclass/tests/flag-o-matic.sh
b/eclass/tests/flag-o-matic.sh
index b0b97ea0bc1e43e3139fe871f277038238178af0..7c078499d70cfe53f1a8b34b0233af87054921a7 100755
(executable)
--- a/
eclass/tests/flag-o-matic.sh
+++ b/
eclass/tests/flag-o-matic.sh
@@
-53,7
+53,7
@@
done <<<"
1 -n
"
-tbegin "strip-unsupported-flags"
+tbegin "strip-unsupported-flags
for -z=2
"
strip-unsupported-flags
[[ ${CFLAGS} == "--param l1-cache-size=32" ]] && [[ ${CXXFLAGS} == "-z=2" ]] && [[ ${LDFLAGS} == "" ]]
ftend