OpenBSD/power support.

This commit is contained in:
rsc 2005-05-01 18:38:12 +00:00
parent e9ad899486
commit cea10000c5
9 changed files with 567 additions and 369 deletions

View file

@ -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