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:"
|
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
|
if [ `uname` = Linux ]; then
|
||||||
# On Linux, we use the kernel version to decide whether
|
# On Linux, we use the kernel version to decide whether
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue