5a9a1bb768
- 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)
20 lines
370 B
Makefile
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>
|