From 23d39e7247efa03190fc988319cb578911b912ca Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 27 Feb 2001 11:25:43 +0000 Subject: Make critical toolchain binaries staticly linked in this development version of the OS. --- gnu/usr.bin/binutils/ld/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin/binutils/ld') diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 49efc0cb8b62..dd38e244baa8 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -12,6 +12,7 @@ SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \ CFLAGS+= -DSCRIPTDIR=\"${DESTDIR}/usr/libdata\" CFLAGS+= -I${SRCDIR}/ld CFLAGS+= -DVERSION=\"${VERSION}\" -DBFD_VERSION=\"${VERSION}\" +NOSHARED= yes DPADD= ${RELTOP}/libbfd/libbfd.a DPADD+= ${RELTOP}/libiberty/libiberty.a LDADD= ${DPADD} -- cgit v1.3