NetBSD/external/gpl3/gcc/lib/Makefile
mrg 6ce58dac48 libgcc needs to be fully built before others (so that headers are)
so add a .WAIT.  make sure to check MKCXX for libs??c++*.

XXX turn of libasan for now.
2016-03-16 05:41:47 +00:00

19 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.10 2016/03/16 05:41:47 mrg Exp $
.include <bsd.own.mk>
# crtstuff is built out of elsewhere, or not at all
SUBDIR+= libgcc .WAIT
SUBDIR+= libiberty libobjc libgomp
SUBDIR+= libbacktrace
SUBDIR+= liblto_plugin
.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")
SUBDIR+= libsupc++ libstdc++-v3
.endif
# XXX GCC5
#SUBDIR+= libasan
.include <bsd.subdir.mk>