aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>1999-07-05 00:38:12 +0000
committerJason Evans <jasone@FreeBSD.org>1999-07-05 00:38:12 +0000
commit439cce0e4b97069fb5e7790fcb6a268c4b99a0c0 (patch)
treecdc0e65376f5046b0fcc6a4759f9a0828691ae11 /lib/libpthread/Makefile
parentecaa6e8c9e261638b1a72bdfd9c02257ec8c2995 (diff)
downloadsrc-439cce0e4b97069fb5e7790fcb6a268c4b99a0c0.tar.gz
src-439cce0e4b97069fb5e7790fcb6a268c4b99a0c0.zip
Disable growable stacks by default, as advertised.
Notes
Notes: svn path=/head/; revision=48570
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index ae767be98dc8..e5211d992216 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1999/06/20 08:32:37 jb Exp $
+# $Id: Makefile,v 1.16 1999/07/05 00:35:14 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
@@ -16,7 +16,7 @@ CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
CFLAGS+=-D_LOCK_DEBUG
# Uncomment this if you want libc_r to use growable stacks.
-CFLAGS+= -D_PTHREAD_GSTACK
+#CFLAGS+=-D_PTHREAD_GSTACK
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
PRECIOUSLIB= yes