mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libthread: fix 10.5.8 build - uname says 9.8.0
This commit is contained in:
parent
04e0a9bb81
commit
b4f9ba7894
1 changed files with 1 additions and 1 deletions
|
@ -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-*)
|
||||
|
|
Loading…
Reference in a new issue