sunos fixes
This commit is contained in:
parent
190857f93e
commit
c345061e8d
13 changed files with 14 additions and 14 deletions
|
|
@ -8,7 +8,13 @@ case "$tag" in
|
|||
*-FreeBSD-5.*)
|
||||
echo pthread.o
|
||||
;;
|
||||
*)
|
||||
*-Linux-*)
|
||||
echo `uname`.o `uname`asm.o
|
||||
;;
|
||||
*-FreeBSD-*)
|
||||
echo `uname`.o `uname`asm.o
|
||||
;;
|
||||
*)
|
||||
echo pthread.o
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue