OSDN Git Service

configure: Add detected C library and host compiler to informative output
authorDiego Biurrun <diego@biurrun.de>
Thu, 28 Feb 2013 15:06:39 +0000 (16:06 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 4 Dec 2013 14:53:58 +0000 (09:53 -0500)
configure

index 832a54a..dfa8d9d 100755 (executable)
--- 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"