summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>1999-07-05 00:38:12 +0000
committerjasone <jasone@FreeBSD.org>1999-07-05 00:38:12 +0000
commit420070762b879f7e07744c9dbafc2171145456d4 (patch)
treed81287af46342e7571429c3f95a5534659fd55e7 /lib/libc_r
parent6f85900affc95409ce87ebfce319b6f0a911a95c (diff)
downloadFreeBSD-src-420070762b879f7e07744c9dbafc2171145456d4.zip
FreeBSD-src-420070762b879f7e07744c9dbafc2171145456d4.tar.gz
Disable growable stacks by default, as advertised.
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index ae767be..e5211d9 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/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
OpenPOWER on IntegriCloud