diff options
| author | Jason Evans <jasone@FreeBSD.org> | 1999-07-06 00:25:38 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 1999-07-06 00:25:38 +0000 |
| commit | 876cc3dae0b19d9912da0677b61f0bc807628156 (patch) | |
| tree | 41b3355c6b115efdbc0419b6f31d70a488a6e8ea /lib/libpthread/Makefile | |
| parent | 5cb0ef41b54ddd4feabc187e0d5576982e7d527f (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index e5211d992216..eddc4ba3da66 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1999/07/05 00:35:14 jasone Exp $ +# $Id: Makefile,v 1.17 1999/07/05 00:38:12 jasone Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -15,9 +15,6 @@ CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread # thread locking. 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 |
