8fe540ba5f88efe68c4e922d0a7eb38ce8494041
[dragonfly.git] / gnu / usr.bin / binutils227 / block3 / gold-linker / Makefile
1 .include "../../Makefile.inc1"
2 .include "../Makefile.gld"
3
4 PROG_CXX=       ld.gold
5 SRCS=           main.cc ${GOLD_COMMON}
6 CFLAGS+=        -I${.CURDIR}/../../block2/libgold
7 LDADD=          ${STD_LDADD}
8 NOMAN=
9
10 # link-time optimization requires dlopen() which means ld cannot be built
11 # statically and also support -plugin, not even for cross-tools.
12 .undef NOSHARED
13
14 .include <bsd.prog.mk>