diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-23 21:48:29 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-23 21:48:29 +0000 |
| commit | c159269082ff4282f60be105c938b3634d8a3f42 (patch) | |
| tree | 308f938e83842a237f8d2d68ed423179ac5d78ac /lib/libpthread/Makefile | |
| parent | f1c8192fd426ea8d3256f3a25b7aa9d3dac7f3a4 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index d4b88ca4a6d7..beb105ec8307 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -7,7 +7,7 @@ # To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -LIB=kse +LIB=pthread SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ @@ -20,9 +20,9 @@ CFLAGS+=-I${.CURDIR}/sys CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -.if ${MACHINE_ARCH} == "i386" -CFLAGS+=-DGS_HACK -.endif +#.if ${MACHINE_ARCH} == "i386" +#CFLAGS+=-DGS_HACK +#.endif # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall |
