diff options
| author | Jason Evans <jasone@FreeBSD.org> | 1999-07-05 00:35:19 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 1999-07-05 00:35:19 +0000 |
| commit | ecaa6e8c9e261638b1a72bdfd9c02257ec8c2995 (patch) | |
| tree | 4c280d3e26867313882a75e5a5fc1e17cd9323be /lib/libpthread/Makefile | |
| parent | 9539436c36cf3d5c1286e0f732d923db57000428 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index d79dcd7aa434..ae767be98dc8 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1998/12/10 20:27:52 jb Exp $ +# $Id: Makefile,v 1.15 1999/06/20 08:32:37 jb Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -13,7 +13,10 @@ CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread # Uncomment this if you want libc_r to contain debug information for # thread locking. -#CFLAGS+=-D_LOCK_DEBUG +CFLAGS+=-D_LOCK_DEBUG + +# Uncomment this if you want libc_r to use growable stacks. +CFLAGS+= -D_PTHREAD_GSTACK AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread PRECIOUSLIB= yes |
