Build binutils 2.19.1 if HAVE_BINUTILS is 219

This commit is contained in:
skrll 2009-08-18 15:08:51 +00:00
parent 530afcf96c
commit 6d622a3f1b

View File

@ -1,9 +1,13 @@
# $NetBSD: Makefile,v 1.12 2007/11/19 05:54:03 uebayasi Exp $ # $NetBSD: Makefile,v 1.13 2009/08/18 15:08:51 skrll Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
MODULE= binutils MODULE= binutils
.if $(HAVE_BINUTILS) == "219"
GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/binutils/dist
.endif
CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \ CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \
--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"