freebsd-dev/lib/libpthread/support/Makefile.inc
Alexander Kabaev dd83c5f0a2 Allow gcc driver to process -r option iself, do not use -Wl,-r to
bypass it. Doing otherwise did not allow compiler to detect and disable
conflicting options generated from specs.

Reported by:	jake
2003-08-08 03:41:13 +00:00

10 lines
174 B
Makefile

# $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