NetBSD/external/gpl3/Makefile
mrg f7fea21d51 re-enable the gcc 4.5 crtstuff/libgcc builders now that they work.
also build the gmp, mpfr and mpc libraries in this case.
2011-06-29 02:05:24 +00:00

16 lines
261 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/06/29 02:05:24 mrg Exp $
.include <bsd.own.mk>
.if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "219"
SUBDIR+= binutils
.endif
.if ${HAVE_GCC} == 45
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc
.endif
.endif
.include <bsd.subdir.mk>