From: Sergei Trofimovich Date: Mon, 23 Dec 2019 11:32:39 +0000 (+0000) Subject: eclass/tests/flag-o-matic.sh: clarify the filter X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=36613f4c0fb5eae1f99165156b85c348d38ecf24;p=gentoo.git eclass/tests/flag-o-matic.sh: clarify the filter Signed-off-by: Sergei Trofimovich --- 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