diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-26 09:47:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-26 09:47:39 +0000 |
commit | af5cc22e5dc5d15dda5495d1e9dc6ca0481e6d63 (patch) | |
tree | 29dfe0ae797408d51078fe9e95121bb794d9e70a /cross/h8300-elf-binutils | |
parent | 92051d64ddc4841280e42732c59ae6bcce1c3321 (diff) | |
download | pkgsrc-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/h8300-elf-binutils')
-rw-r--r-- | cross/h8300-elf-binutils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cross/h8300-elf-binutils/Makefile b/cross/h8300-elf-binutils/Makefile index c952f4360ea..a3fbce01590 100644 --- a/cross/h8300-elf-binutils/Makefile +++ b/cross/h8300-elf-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/10/19 12:31:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2020/04/26 09:47:40 rillig Exp $ DISTNAME= binutils-2.27 PKGNAME= cross-h8300-elf-${DISTNAME} @@ -13,8 +13,9 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 H8300_PREFIX= ${PREFIX}/cross-h8300-elf -USE_TOOLS+= gmake makeinfo -GNU_CONFIGURE= yes +USE_TOOLS+= gmake makeinfo +GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # several sub-configures know --enable-nls OBJDIR= ../build CONFIGURE_DIRS= ${OBJDIR} |