summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/Makefile
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>1999-07-06 00:25:38 +0000
committerjasone <jasone@FreeBSD.org>1999-07-06 00:25:38 +0000
commit88983e2fa584a0ccd018f2290d087e4db4c46350 (patch)
tree5873b217a3af72b58fdc75e5018708c367072b2d /lib/libc_r/Makefile
parentebc43c4f80bf19d60c03df54244e9f97ea409baa (diff)
downloadFreeBSD-src-88983e2fa584a0ccd018f2290d087e4db4c46350.zip
FreeBSD-src-88983e2fa584a0ccd018f2290d087e4db4c46350.tar.gz
Always use growable thread stacks on the i386. The VM_STACK kernel option
must be made default for the alpha before growable thread stacks are enabled for the alpha.
Diffstat (limited to 'lib/libc_r/Makefile')
-rw-r--r--lib/libc_r/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index e5211d9..eddc4ba 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/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
OpenPOWER on IntegriCloud