NetBSD/gnu/lib/Makefile
mrg 5a9a1bb768 - build/install a libsupc++.a
- clean up commented & wrong rules
- find the right bits/ headers for sparc64 & arm
- make sure libsupc++/libstdc++ have all the symbols from libiberty they want
- disable the build of libstdc++ for now (but keep the includes installing)
2003-07-26 14:55:12 +00:00

20 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.33 2003/07/26 14:55:12 mrg Exp $
.include <bsd.own.mk>
.if ${MKBFD} != "no"
SUBDIR+= libopcodes libbfd libiberty
.endif
.if ${MKGCC} != "no"
. if ${USE_TOOLS_TOOLCHAIN} != "no"
SUBDIR+= libg2c libgcc libobjc libstdc++
. else
SUBDIR+= libg2c3 libgcc3 libobjc3 libsupc++ libstdc++-v3
. endif
.endif
SUBDIR+= libmalloc
.include <bsd.subdir.mk>