dd83c5f0a2
bypass it. Doing otherwise did not allow compiler to detect and disable conflicting options generated from specs. Reported by: jake
10 lines
174 B
Makefile
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
|