Commit Diff


commit - a4307bf86dfae5a707e844dcc0b1b5fdc19d422c
commit + b893932e4dfed96e126b1a39cb28ce2145621ea1
blob - 3b065fee1cc85414e6befa81e97040c3c4f5ca6a
blob + c48f565a0e734f1bce82f8b4ed2772e391b28040
--- INSTALL
+++ 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