diff options
| author | ad <ad@NetBSD.org> | 2007-02-09 22:08:48 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-02-09 22:08:48 +0000 |
| commit | 401499f30e43e9ebf55c065c70fbb3c8d2ea39cd (patch) | |
| tree | 562788dc7eb8b22c4887be2afd92ceb8ac0ebfc9 /lib/libpthread_dbg | |
| parent | b07ec3fc388a5aeae51e8871aa89eefea3ce1e53 (diff) | |
Sync with kernel changes introduced by merging the newlock2 branch.
Diffstat (limited to 'lib/libpthread_dbg')
| -rw-r--r-- | lib/libpthread_dbg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread_dbg/Makefile b/lib/libpthread_dbg/Makefile index 744bdfdcd53..f422a755d45 100644 --- a/lib/libpthread_dbg/Makefile +++ b/lib/libpthread_dbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/12/24 03:54:43 christos Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/09 22:09:32 ad Exp $ # WARNS= 2 @@ -9,7 +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 +#CPPFLAGS+= -DPTHREAD_SA .if exists(${LIBPDIR}/arch/${MACHINE_ARCH}) ARCHSUBDIR= ${MACHINE_ARCH} |
