summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-01-18 04:29:36 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-01-18 04:29:36 +0000
commit9acb5351abe07dbff4cfcc2f418a04907be8c402 (patch)
tree443af9304d9ddc9cdacd5e990ebbf3ee712cc73d /lib
parent368d76456bba0368457c8068937a2ba4ea81033e (diff)
downloadFreeBSD-src-9acb5351abe07dbff4cfcc2f418a04907be8c402.zip
FreeBSD-src-9acb5351abe07dbff4cfcc2f418a04907be8c402.tar.gz
SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthr
supports.
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index eda7d3e..f72cc82 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -27,8 +27,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
CFLAGS+=-I${.CURDIR}/../libthread_db
CFLAGS+=-Winline
-# CFLAGS+=-DSYSTEM_SCOPE_ONLY
-
VERSION_MAP=${.CURDIR}/pthread.map
MAN= libthr.3
OpenPOWER on IntegriCloud