2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2013/08/22 00:16:54 matt Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2012-06-06 15:06:52 +02:00
|
|
|
|
|
|
|
SUBDIR+= libgcc
|
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
.if defined(__MINIX) && ${MKGCCCMDS} == "yes"
|
|
|
|
|
|
|
|
.if ${MKPIC} != "no" || ${MACHINE_ARCH} == "earm"
|
|
|
|
SUBDIR+= libgcc_eh
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= libgcc_s
|
2012-06-06 15:06:52 +02:00
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
.else
|
2012-10-26 15:22:39 +02:00
|
|
|
.if ${MKPIC} != "no"
|
|
|
|
SUBDIR+= libgcc_eh libgcc_s
|
|
|
|
.endif
|
2012-06-06 15:06:52 +02:00
|
|
|
|
2012-10-26 15:22:39 +02:00
|
|
|
SUBDIR+= libgcov
|
2013-12-06 12:04:52 +01:00
|
|
|
.endif # defined(__MINIX) && ${MKGCCCMDS} == "yes"
|
2012-06-06 15:06:52 +02:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|