From 6d622a3f1b25e435ea4d311c6a5cab9986721819 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 18 Aug 2009 15:08:51 +0000 Subject: [PATCH] Build binutils 2.19.1 if HAVE_BINUTILS is 219 --- tools/binutils/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/binutils/Makefile b/tools/binutils/Makefile index 45c62084e713..44758ed84c1c 100644 --- a/tools/binutils/Makefile +++ b/tools/binutils/Makefile @@ -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 MODULE= binutils +.if $(HAVE_BINUTILS) == "219" +GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/binutils/dist +.endif + CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \ --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"