From: Sebastian Pipping Date: Mon, 22 Jul 2019 21:34:08 +0000 (+0200) Subject: qa.sh: Dump compiler version X-Git-Tag: R_2_2_8~66^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99cc61c438257be963fd81ea142a55fc597c549b;p=libexpat qa.sh: Dump compiler version --- diff --git a/expat/qa.sh b/expat/qa.sh index ee206ed6..50f97e10 100755 --- a/expat/qa.sh +++ b/expat/qa.sh @@ -175,7 +175,10 @@ Configuration: LD=${LD} MAKE=${MAKE} +Compiler (\$CC): EOF + "${CC}" --version | sed 's,^, ,' + echo }