0aae540257
Fix the behaviour of native and tools gcc when MKPIC=no is specified for platforms that mknative has determined support shared libraries. XXX distrib/sets/sets.subr doesn't support MKPIC=no
12 lines
182 B
Makefile
12 lines
182 B
Makefile
# $NetBSD: Makefile,v 1.25 2004/02/27 14:52:01 skrll Exp $
|
|
|
|
SUBDIR+= libgcc
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKPIC} != "no"
|
|
SUBDIR+= libgcc_eh libgcc_s
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|