summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/lib/Makefile
blob: 0ba04bf7970a4392859865c76063bb04e328984c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.8 2014/10/22 21:21:02 christos Exp $

.include <bsd.own.mk>

# crtstuff is built out of elsewhere, or not at all
SUBDIR+= libgcc libiberty libobjc libgomp
#MINIX:
SUBDIR+= libbacktrace
SUBDIR+= liblto_plugin

.if (${MKLIBSTDCXX} != "no")
SUBDIR+= libsupc++ libstdc++-v3
.endif

.if !defined(__MINIX)
SUBDIR+= libasan
.endif # !defined(__MINIX)

.include <bsd.subdir.mk>