commit | 4fbb40ce7b16f239d31649ea7a0b3752dbb53f61 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Sat Dec 06 15:53:13 2008 -0800 |
committer | Russ Cox <rsc@swtch.com> | Sat Dec 06 15:53:13 2008 -0800 |
tree | b6aee501b3cf907c2ac881943b9b8ec0936cd905 | |
parent | e9a2f2e357c8b0b207be073db69bd96a587c1768 [diff] [blame] |
INSTALL: ignore gcc Configured with line
diff --git a/INSTALL b/INSTALL index c48f565..5bbced6 100755 --- a/INSTALL +++ b/INSTALL
@@ -27,7 +27,7 @@ ( echo "* Compiler version:" -9c -v 2>&1 | grep -i version | sed 's/^/ /' +9c -v 2>&1 | grep -v 'Configured with:' | grep -i version | sed 's/^/ /' if [ `uname` = Linux ]; then # On Linux, we use the kernel version to decide whether