Skip to content

report "$CC --version" output as part of the configure summary

Evan Hunt requested to merge report-compiler-version into master

This makes it easier to see from Jenkins or CI output which compiler version is in use.

It definitely works with both gcc and clang. If there are compilers out there that don't support a --version option, then the output will be a bit ugly, but shouldn't be a problem.

Merge request reports