summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-20 17:52:42 +0000
committerrillig <rillig@pkgsrc.org>2020-03-20 17:52:42 +0000
commite72d47c548ecdc1a74cd146032acbb43279a2a69 (patch)
tree329ab7fb040b149adb1da7d9a39f445cb9df6bda /cross
parent6656030e176eaf5fa6e233b8e12b233211274146 (diff)
downloadpkgsrc-e72d47c548ecdc1a74cd146032acbb43279a2a69.tar.gz
cross/aarch64-none-elf-binutils: disable configure options check
Diffstat (limited to 'cross')
-rw-r--r--cross/aarch64-none-elf-binutils/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/cross/aarch64-none-elf-binutils/Makefile b/cross/aarch64-none-elf-binutils/Makefile
index 6977e3b42eb..d23ee6e96a6 100644
--- a/cross/aarch64-none-elf-binutils/Makefile
+++ b/cross/aarch64-none-elf-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/23 05:29:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/20 17:52:42 rillig Exp $
DISTNAME= binutils-2.31.1
PKGNAME= cross-aarch64-none-elf-${DISTNAME}
@@ -11,9 +11,10 @@ HOMEPAGE= # empty
COMMENT= Cross binutils for bare metal AArch64 ELF
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
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake makeinfo
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has several sub-configures
ARMELF_PREFIX= ${PREFIX}/cross-aarch64-none-elf