summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/support/Makefile.inc
blob: 5c5d05928d8c6a4ebe3ded230247a831a6c02d6f (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH:	 ${.CURDIR}/support

SRCS += thr_support.c
SOBJS+= thr_libc.So

thr_libc.So: thr_support.So
	${CC} -nostdlib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic

OpenPOWER on IntegriCloud