We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5e1fdd + 479509b commit 51dd133Copy full SHA for 51dd133
c_check
@@ -40,6 +40,7 @@ bn=`basename \"$compiler_name\"`
40
case "$bn" in
41
*-*) if [ "$bn" != '-' ]; then
42
cross_suffix="$cross_suffix${bn%-*}-"
43
+ cross_suffix=`echo $cross_suffix|sed -e 's/ -$//'`
44
fi
45
esac
46
0 commit comments