summaryrefslogtreecommitdiff
path: root/cross/aarch64-none-elf-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/aarch64-none-elf-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/aarch64-none-elf-binutils')
-rw-r--r--cross/aarch64-none-elf-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/aarch64-none-elf-binutils/Makefile b/cross/aarch64-none-elf-binutils/Makefile
index d23ee6e96a6..6f2d88145af 100644
--- a/cross/aarch64-none-elf-binutils/Makefile
+++ b/cross/aarch64-none-elf-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/03/20 17:52:42 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/04/26 09:47:39 rillig Exp $
DISTNAME= binutils-2.31.1
PKGNAME= cross-aarch64-none-elf-${DISTNAME}
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
USE_LIBTOOL= yes
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
-GNU_CONFIGURE_STRICT= no # has several sub-configures
+GNU_CONFIGURE_STRICT= no # several sub-configures know --enable-nls
ARMELF_PREFIX= ${PREFIX}/cross-aarch64-none-elf