mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
configure: Add detected C library and host compiler to informative output
This commit is contained in:
parent
c255f0b001
commit
5ec4673281
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user