INSTALL: fix build on Snow Leopard
http://codereview.appspot.com/116073
This commit is contained in:
parent
a673ea2203
commit
fa662c9571
10 changed files with 30 additions and 4 deletions
2
bin/9l
2
bin/9l
|
|
@ -46,7 +46,7 @@ case "$tag" in
|
|||
esac
|
||||
;;
|
||||
*Darwin*)
|
||||
ld=gcc
|
||||
ld="gcc -m32"
|
||||
;;
|
||||
*SunOS*)
|
||||
ld="${CC9:-cc} -g"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue