tINSTALL: print compiler info - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b893932e4dfed96e126b1a39cb28ce2145621ea1
(DIR) parent a4307bf86dfae5a707e844dcc0b1b5fdc19d422c
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Sat, 10 May 2008 13:34:32 -0400
INSTALL: print compiler info
Diffstat:
M INSTALL | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/INSTALL b/INSTALL
t@@ -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