aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-05-10 13:34:32 -0400
committerRuss Cox <rsc@swtch.com>2008-05-10 13:34:32 -0400
commitb893932e4dfed96e126b1a39cb28ce2145621ea1 (patch)
tree75088f1622fc80232943c66ed1f7527f027f52bd /INSTALL
parenta4307bf86dfae5a707e844dcc0b1b5fdc19d422c (diff)
downloadplan9port-b893932e4dfed96e126b1a39cb28ce2145621ea1.tar.gz
plan9port-b893932e4dfed96e126b1a39cb28ce2145621ea1.tar.bz2
plan9port-b893932e4dfed96e126b1a39cb28ce2145621ea1.zip
INSTALL: print compiler info
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 3b065fee..c48f565a 100755
--- a/INSTALL
+++ b/INSTALL
@@ -26,6 +26,9 @@ echo "* Resetting $PLAN9/config"
rm -f config
(
+echo "* Compiler version:"
+9c -v 2>&1 | grep -i version | sed 's/^/ /'
+
if [ `uname` = Linux ]; then
# On Linux, we use the kernel version to decide whether
# to use pthreads or not. On 2.6 versions that aren't