Commit 5ec46732 authored by Diego Biurrun's avatar Diego Biurrun

configure: Add detected C library and host compiler to informative output

parent c255f0b0
......@@ -4141,6 +4141,10 @@ check_deps $CONFIG_LIST \
echo "install prefix $prefix"
echo "source path $source_path"
echo "C compiler $cc"
if test "$host_cc" != "$cc"; then
echo "host C compiler $host_cc"
fi
echo "C library $libc_type"
echo "ARCH $arch ($cpu)"
if test "$build_suffix" != ""; then
echo "build suffix $build_suffix"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment