prints kernel, gcc and binutils version

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@888 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-26 21:26:03 +00:00
parent d687880b3e
commit 5c530d7b29
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -728,7 +728,11 @@ if [ $_x11 = 'yes' ]; then
fi
# to screen.
echo -n "Kernel: "
uname -a
echo "Using C compiler: $_cc"
$_cc -v
as --version | head -n 1
echo "Checking for cpu vendor ... $pvendor ( $pfamily:$pmodel:$pstepping )"
echo "Checking for cpu type ... $pname"
echo "Optimizing to ... $proc"