summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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"