summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-28 16:06:39 +0100
committerDiego Biurrun <diego@biurrun.de>2013-12-04 09:53:58 -0500
commit5ec467328122b80fac94c2d5e3e7540d50381868 (patch)
treef6f1b02e731a963ac689c368371a976dd8e8ccf4 /configure
parentc255f0b001da3afa4709f5378680880b8a2dbe61 (diff)
configure: Add detected C library and host compiler to informative output
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 832a54ae95..dfa8d9db6d 100755
--- a/configure
+++ b/configure
@@ -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"