summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-09-10 12:12:03 +0000
committerjoerg <joerg@pkgsrc.org>2014-09-10 12:12:03 +0000
commit1584f5d0ef822f39a2e5644ff49a8081f8794bf9 (patch)
tree7d82c6a274d712182ab547bdfecbbc71465d52ef /cross
parent596f1d7b9096e038e262b8dff75b50c2d3e3f5e4 (diff)
downloadpkgsrc-1584f5d0ef822f39a2e5644ff49a8081f8794bf9.tar.gz
Actually install under cross/
Diffstat (limited to 'cross')
-rw-r--r--cross/nios2-binutils/Makefile4
1 files changed, 3 insertions, 1 deletions
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