xref: /minix3/external/gpl3/gcc/lib/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.8 2014/10/22 21:21:02 christos Exp $
284d9c625SLionel Sambuc
384d9c625SLionel Sambuc.include <bsd.own.mk>
418a5822eSThomas Veerman
518a5822eSThomas Veerman# crtstuff is built out of elsewhere, or not at all
684d9c625SLionel SambucSUBDIR+= libgcc libiberty libobjc libgomp
7*0a6a1f1dSLionel Sambuc#MINIX:
8*0a6a1f1dSLionel SambucSUBDIR+= libbacktrace
9*0a6a1f1dSLionel SambucSUBDIR+= liblto_plugin
1018a5822eSThomas Veerman
1184d9c625SLionel Sambuc.if (${MKLIBSTDCXX} != "no")
1284d9c625SLionel SambucSUBDIR+= libsupc++ libstdc++-v3
1384d9c625SLionel Sambuc.endif
1484d9c625SLionel Sambuc
15*0a6a1f1dSLionel Sambuc.if !defined(__MINIX)
16*0a6a1f1dSLionel SambucSUBDIR+= libasan
17*0a6a1f1dSLionel Sambuc.endif # !defined(__MINIX)
18*0a6a1f1dSLionel Sambuc
1918a5822eSThomas Veerman.include <bsd.subdir.mk>
20