OS X PowerPC fixes (thanks Cameron Kaiser)

This commit is contained in:
Russ Cox 2011-10-23 17:55:23 -04:00
parent a2deaac4b1
commit 813b3eea8b
6 changed files with 9 additions and 2 deletions

View file

@ -14,7 +14,7 @@ case "$tag" in
*-NetBSD-*)
echo ${SYSNAME}-${OBJTYPE}-asm.o $SYSNAME.o
;;
*-Darwin-10.[5-6].* | *-Darwin-9.*)
*-Darwin-10.[5-6].* | *-Darwin-[89].*)
echo ${SYSNAME}-${OBJTYPE}-asm.o $SYSNAME-${OBJTYPE}.o pthread.o
;;
*-OpenBSD-*)