But turn on PTHREAD_SA, since turning it off does not work yet.
This commit is contained in:
parent
34bc1fc940
commit
f1700f07c0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2003/11/27 16:32:09 cl Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2006/12/24 03:54:43 christos Exp $
|
||||
#
|
||||
|
||||
WARNS= 2
|
||||
|
@ -9,6 +9,7 @@ LIBPDIR= ${.CURDIR}/../libpthread
|
|||
|
||||
# Define PT_FIXEDSTACKSIZE_LG to set a fixed stacksize (same as libpthread)
|
||||
#CPPFLAGS+=-DPT_FIXEDSTACKSIZE_LG=18
|
||||
CPPFLAGS+= -DPTHREAD_SA
|
||||
|
||||
.if exists(${LIBPDIR}/arch/${MACHINE_ARCH})
|
||||
ARCHSUBDIR= ${MACHINE_ARCH}
|
||||
|
|
Loading…
Reference in New Issue