mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
INSTALL: ignore gcc Configured with line
This commit is contained in:
parent
e9a2f2e357
commit
4fbb40ce7b
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
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
|
||||
|
|
Loading…
Reference in a new issue