xref: /dragonfly/gnu/usr.bin/binutils227/Makefile (revision 65cc0652)
1# Binutils 2.27 builds 3 blocks in series
2SUBDIR=	block1 block2
3
4# Don't build gold linker during stage 3 cross-tools unless
5# WORLD_LDVER has been set to ld.gold.  This same check must be included
6# in block 2 where libgold and ld.bfd are built.
7.if !defined(SELECT_LINKER) || ${SELECT_LINKER:Mld.gold}
8SUBDIR+=	block3
9.endif
10
11SUBDIR_ORDERED= ${SUBDIR}
12
13.include <bsd.subdir.mk>
14