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

.PATH: ${.CURDIR}/support

SOBJS+=	thr_libc.So
CLEANFILES+= thr_support.So

thr_libc.So: thr_support.So
	${CC} -nostdlib -o ${.TARGET} -r thr_support.So -lc_pic
OpenPOWER on IntegriCloud