Execute-Bash 'autoreconf -i'\r
mkdir "${env:build}"\r
Set-Location "${env:build}"\r
+ Execute-Bash "which ${env:target}-gcc"\r
+ Execute-Bash "${env:target}-gcc --version"\r
Execute-Bash "../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --disable-asciidoc --enable-fatal-warnings --with-openssl-dir=${env:openssl_path}"\r
Execute-Bash "V=1 make -j2"\r
Execute-Bash "V=1 make -j2 install"\r
--- /dev/null
+ o Minor features (continuous integration):
+ - Log the compiler path and version during Appveyor builds.
+ Implements ticket 27449.