NetBSD/gnu/lib/libgcc3/Makefile
skrll 0aae540257 Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build.
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
2004-02-27 14:52:01 +00:00

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>