summaryrefslogtreecommitdiffstats
path: root/lib/libkse/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-08-16 03:27:29 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-08-16 03:27:29 +0000
commit48729174301a8e17185c18c146f969c0fc2dd9f0 (patch)
tree9e58ede141be355c38f2c1cd9f7881b2e6134800 /lib/libkse/Makefile
parent62ead65343c2618ed24b963da542a95e4373aa7d (diff)
downloadFreeBSD-src-48729174301a8e17185c18c146f969c0fc2dd9f0.zip
FreeBSD-src-48729174301a8e17185c18c146f969c0fc2dd9f0.tar.gz
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
2. Export symbols needed by debugger.
Diffstat (limited to 'lib/libkse/Makefile')
-rw-r--r--lib/libkse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index ba86f08..c0f0399 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -19,6 +19,7 @@ CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
CFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH}/include
CFLAGS+=-I${.CURDIR}/sys
CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
+CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
CFLAGS+=-fno-builtin
# Uncomment this if you want libpthread to contain debug information for
OpenPOWER on IntegriCloud