aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-10-14 00:01:12 -0400
committerRuss Cox <rsc@swtch.com>2011-10-14 00:01:12 -0400
commitb4f9ba7894064c5e092461b40f9dd8c314726cf2 (patch)
treeadb29916aed81abef2f232fa15156da5f62b27b4
parent04e0a9bb81356b6713e634b4d950c524f0abf15c (diff)
downloadplan9port-b4f9ba7894064c5e092461b40f9dd8c314726cf2.tar.gz
plan9port-b4f9ba7894064c5e092461b40f9dd8c314726cf2.tar.bz2
plan9port-b4f9ba7894064c5e092461b40f9dd8c314726cf2.zip
libthread: fix 10.5.8 build - uname says 9.8.0
-rw-r--r--src/libthread/sysofiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh
index ffe0e2d3..487750ea 100644
--- 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-*)