plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 4fbb40ce7b16f239d31649ea7a0b3752dbb53f61
parent e9a2f2e357c8b0b207be073db69bd96a587c1768
Author: Russ Cox <rsc@swtch.com>
Date:   Sat,  6 Dec 2008 15:53:13 -0800

INSTALL: ignore gcc Configured with line

Diffstat:
MINSTALL | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL @@ -27,7 +27,7 @@ rm -f config ( 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