eclass/tests/flag-o-matic.sh: clarify the filter
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 23 Dec 2019 11:32:39 +0000 (11:32 +0000)
committerSergei 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

index b0b97ea0bc1e43e3139fe871f277038238178af0..7c078499d70cfe53f1a8b34b0233af87054921a7 100755 (executable)
@@ -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