diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-23 11:32:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-23 11:47:02 +0000 |
commit | 36613f4c0fb5eae1f99165156b85c348d38ecf24 (patch) | |
tree | e74b60c109307801582355c0644a73f3836c12f3 /eclass/tests | |
parent | kde-frameworks/kitemviews: Fix 5.64.0 build with Qt 5.14.0 (diff) | |
download | gentoo-36613f4c0fb5eae1f99165156b85c348d38ecf24.tar.gz gentoo-36613f4c0fb5eae1f99165156b85c348d38ecf24.tar.bz2 gentoo-36613f4c0fb5eae1f99165156b85c348d38ecf24.zip |
eclass/tests/flag-o-matic.sh: clarify the filter
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/flag-o-matic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/flag-o-matic.sh b/eclass/tests/flag-o-matic.sh index b0b97ea0bc1e..7c078499d70c 100755 --- 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 |