summaryrefslogtreecommitdiff
path: root/cross/cross-binutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 09:47:39 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 09:47:39 +0000
commitaf5cc22e5dc5d15dda5495d1e9dc6ca0481e6d63 (patch)
tree29dfe0ae797408d51078fe9e95121bb794d9e70a /cross/cross-binutils
parent92051d64ddc4841280e42732c59ae6bcce1c3321 (diff)
downloadpkgsrc-af5cc22e5dc5d15dda5495d1e9dc6ca0481e6d63.tar.gz
cross/*-binutils: allow unknown --enable-nls configure option
The top-level configure script does not know this option, but it calls several sub-configures that all know it.
Diffstat (limited to 'cross/cross-binutils')
-rw-r--r--cross/cross-binutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/cross-binutils/Makefile b/cross/cross-binutils/Makefile
index 038d2ac9059..496ca0c6116 100644
--- a/cross/cross-binutils/Makefile
+++ b/cross/cross-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:15 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/04/26 09:47:39 rillig Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -21,6 +21,7 @@ USE_TOOLS+= gm4 pod2man yacc
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # several sub-configures know --enable-nls
GNU_CONFIGURE_PREFIX= ${PREFIX}/cross
CONFIGURE_ARGS+= --with-windres
CONFIGURE_ARGS+= --enable-64-bit-bfd