summaryrefslogtreecommitdiff
path: root/cross/nios2-binutils
diff options
context:
space:
mode:
authorobache <obache>2014-01-28 11:48:34 +0000
committerobache <obache>2014-01-28 11:48:34 +0000
commita49115b4939f6afdaba47613ec58faac4de2ded8 (patch)
tree7d31d63a5979d57d8b4c092ca8228cb2052e5ed4 /cross/nios2-binutils
parentf5f14f44179c1c795c6caa7667ff6a702cf51741 (diff)
downloadpkgsrc-a49115b4939f6afdaba47613ec58faac4de2ded8.tar.gz
Use GNU_CONFIGURE_LIBDIR.
Diffstat (limited to 'cross/nios2-binutils')
-rw-r--r--cross/nios2-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/nios2-binutils/Makefile b/cross/nios2-binutils/Makefile
index 7b3d544da2a..399c4ffd93b 100644
--- a/cross/nios2-binutils/Makefile
+++ b/cross/nios2-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/12/08 22:29:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2014/01/28 11:48:34 obache Exp $
.include "../../cross/nios2/Makefile.common"
PKGNAME= nios2-binutils-${PKG_VERSION}
PKG_VERSION= 2.23
@@ -19,7 +19,7 @@ BUILD_DEFS+= ${NIOS_INFO_DIR}
CONFIGURE_ARGS+= --disable-nls
# install libiberty by architecture
-CONFIGURE_ARGS+= --libdir=${PREFIX}/${NIOS2_TARGET}/lib
+GNU_CONFIGURE_LIBDIR= ${PREFIX}/${NIOS2_TARGET}/lib
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)