libthread: fix 10.5.8 build - uname says 9.8.0

This commit is contained in:
Russ Cox 2011-10-14 00:01:12 -04:00
parent 04e0a9bb81
commit b4f9ba7894

View file

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