summaryrefslogtreecommitdiffstats
path: root/src/libthread/sysofiles.sh
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-10-23 17:55:23 -0400
committerRuss Cox <rsc@swtch.com>2011-10-23 17:55:23 -0400
commit813b3eea8b469a6d603f13a51a8afb8e3dae3a32 (patch)
tree20b7ed1c8480d230d179c37889d273fec9053a63 /src/libthread/sysofiles.sh
parenta2deaac4b1066df5de4774737ddc9f4b6edbaef9 (diff)
downloadplan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.gz
plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.zip
OS X PowerPC fixes (thanks Cameron Kaiser)
Diffstat (limited to 'src/libthread/sysofiles.sh')
-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 487750ea..d4f852a4 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-9.*)
+*-Darwin-10.[5-6].* | *-Darwin-[89].*)
echo ${SYSNAME}-${OBJTYPE}-asm.o $SYSNAME-${OBJTYPE}.o pthread.o
;;
*-OpenBSD-*)