From 50c1da4be77efd27695086661f92035299916f1e Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 10 Sep 2014 12:12:03 +0000 Subject: Actually install under cross/ --- cross/nios2-binutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cross/nios2-binutils/Makefile b/cross/nios2-binutils/Makefile index 944c93d5471..f31cf6e9716 100644 --- a/cross/nios2-binutils/Makefile +++ b/cross/nios2-binutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/06/15 23:43:13 mef Exp $ +# $NetBSD: Makefile,v 1.10 2014/09/10 12:12:03 joerg Exp $ DISTNAME= binutils-2.24 PKGNAME= ${DISTNAME:S/^/nios2-/} +PKGREVISION= 1 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} EXTRACT_SUFX= .tar.bz2 @@ -24,6 +25,7 @@ NIOS2_TARGET= nios2-elf CONFIGURE_ARGS+= --disable-werror --target=${NIOS2_TARGET} --disable-nls PLIST_SUBST+= NIOS2_TARGET=${NIOS2_TARGET:Q} +USE_CROSSBASE= yes BUILD_DEFS+= CROSSBASE PATH:= ${CROSSBASE}/bin:${PATH} AUTO_MKDIRS= yes -- cgit v1.2.3