plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit b4f9ba7894064c5e092461b40f9dd8c314726cf2
parent 04e0a9bb81356b6713e634b4d950c524f0abf15c
Author: Russ Cox <rsc@swtch.com>
Date:   Fri, 14 Oct 2011 00:01:12 -0400

libthread: fix 10.5.8 build - uname says 9.8.0

Diffstat:
Msrc/libthread/sysofiles.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh @@ -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-*)