e47c45ff9e962ef31ae50157c1fcd523c163fbcd
[dragonfly.git] / gnu / usr.bin / binutils227 / Makefile
1 # Binutils 2.27 builds 3 blocks in series
2 SUBDIR= 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}
8 SUBDIR+=        block3
9 .endif
10
11 SUBDIR_ORDERED= ${SUBDIR}
12
13 .include <bsd.subdir.mk>