summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-26 21:26:03 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-26 21:26:03 +0000
commit5c530d7b29bc1830cc0bacb0855bd6b9d1ca1f94 (patch)
treecc0a376630fd4eee69100f47f308af86b31b96e8 /configure
parentd687880b3e2aa6fa083b47ee666f0e1f9ad692de (diff)
downloadmpv-5c530d7b29bc1830cc0bacb0855bd6b9d1ca1f94.tar.bz2
mpv-5c530d7b29bc1830cc0bacb0855bd6b9d1ca1f94.tar.xz
prints kernel, gcc and binutils version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@888 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index f7793e4980..0ef102a171 100755
--- a/configure
+++ b/configure
@@ -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"