1 1.21 mrg # $NetBSD: Makefile,v 1.21 2020/09/15 07:00:03 mrg Exp $ 2 1.6 joerg 3 1.6 joerg .include <bsd.own.mk> 4 1.1 mrg 5 1.2 mrg # crtstuff is built out of elsewhere, or not at all 6 1.10 mrg SUBDIR+= libgcc .WAIT 7 1.10 mrg SUBDIR+= libiberty libobjc libgomp 8 1.9 mrg SUBDIR+= libbacktrace 9 1.7 mrg SUBDIR+= liblto_plugin 10 1.1 mrg 11 1.10 mrg .if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no") 12 1.5 joerg SUBDIR+= libsupc++ libstdc++-v3 13 1.5 joerg 14 1.16 christos SUBDIR+= .WAIT libasan liblsan libubsan 15 1.19 kamil 16 1.21 mrg # TSan does not work with 32bit address space and has not been ported 17 1.21 mrg # to all 64-bit architectures. 18 1.21 mrg .if ${MACHINE} == "amd64" 19 1.19 kamil SUBDIR+= libtsan 20 1.19 kamil .endif 21 1.21 mrg 22 1.18 mrg .endif 23 1.8 christos 24 1.1 mrg .include <bsd.subdir.mk> 25