OpenBSD/power support.
This commit is contained in:
parent
e9ad899486
commit
cea10000c5
9 changed files with 567 additions and 369 deletions
|
|
@ -23,6 +23,9 @@ case "$tag" in
|
|||
*-Darwin-*)
|
||||
echo ${SYSNAME}-${OBJTYPE}-asm.o ${SYSNAME}-${OBJTYPE}.o pthread.o
|
||||
;;
|
||||
*-OpenBSD-*)
|
||||
echo ${SYSNAME}-${OBJTYPE}-asm.o ${SYSNAME}-${OBJTYPE}.o $SYSNAME.o
|
||||
;;
|
||||
*)
|
||||
echo pthread.o
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue