Skip to content

Commit

Permalink
eclass/tests/flag-o-matic.sh: clarify the filter
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Dec 23, 2019
1 parent fe41c1c commit 36613f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/tests/flag-o-matic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36613f4

Please sign in to comment.