mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
INSTALL: print compiler info
This commit is contained in:
parent
a4307bf86d
commit
b893932e4d
1 changed files with 3 additions and 0 deletions
3
INSTALL
3
INSTALL
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue