diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 05:04:16 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 05:04:16 +0000 |
| commit | a0240e2cb0b1ef8e5b61930ac2b850c884daaba8 (patch) | |
| tree | 46bc1e113ddc7c1ed88e4fa724039df8664c963a /lib/libpthread/Makefile | |
| parent | b025fc9a31c85b9cde9969e1fea55ea4caf650d5 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index bebda3fb14cc..28a47633162a 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -9,16 +9,18 @@ # system call stubs. LIB=kse SHLIB_MAJOR= 1 -CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE +CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include +CFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH}/include +CFLAGS+=-I${.CURDIR}/sys # Uncomment this if you want libpthread to contain debug information for # thread locking. -CFLAGS+=-D_LOCK_DEBUG +CFLAGS+=-D_LOCK_DEBUG -g # enable extra internal consistancy checks -CFLAGS+=-D_PTHREADS_INVARIANTS +CFLAGS+=-D_PTHREADS_INVARIANTS -Wall AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/thread PRECIOUSLIB= yes |
