summaryrefslogtreecommitdiff
path: root/cross/nios2-binutils
diff options
context:
space:
mode:
authormef <mef>2014-11-10 03:34:53 +0000
committermef <mef>2014-11-10 03:34:53 +0000
commit0255a9bf6fcf0dcb3333e9a971367b06e0244f5e (patch)
treeae994bd95efcd298278ddb594268122e700c5bc0 /cross/nios2-binutils
parentd941af87f0a8825d0daaad70e8e55d46f36c8d11 (diff)
downloadpkgsrc-0255a9bf6fcf0dcb3333e9a971367b06e0244f5e.tar.gz
Restore .include "options.mk" line which (accidentally) dropped at 2.23.2 to
2.24 update. This enables --sysroot option. PKGREVISION++
Diffstat (limited to 'cross/nios2-binutils')
-rw-r--r--cross/nios2-binutils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cross/nios2-binutils/Makefile b/cross/nios2-binutils/Makefile
index f13b76b9695..9a5dd01d7f8 100644
--- a/cross/nios2-binutils/Makefile
+++ b/cross/nios2-binutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2014/10/30 21:48:47 mef Exp $
+# $NetBSD: Makefile,v 1.13 2014/11/10 03:34:53 mef Exp $
DISTNAME= binutils-2.24
PKGNAME= ${DISTNAME:S/^/nios2-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
@@ -30,6 +30,8 @@ USE_TOOLS+= ksh
CONFIG_SHELL= ksh
.endif
+.include "options.mk"
+
NIOS2_TARGET= nios2-elf
CONFIGURE_ARGS+= --disable-werror --target=${NIOS2_TARGET} --disable-nls
PLIST_SUBST+= NIOS2_TARGET=${NIOS2_TARGET:Q}