summaryrefslogtreecommitdiff
path: root/cross/h8300-elf-gcc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 17:49:37 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 17:49:37 +0000
commit9e61cc1094f4e2727746473c96dd1a956e80dc66 (patch)
tree3d7463ddda45087509d3a8fba3f3aef27208b628 /cross/h8300-elf-gcc
parentab719dbda685aaf46423a7cc81d94dff2a4f7780 (diff)
downloadpkgsrc-9e61cc1094f4e2727746473c96dd1a956e80dc66.tar.gz
cross/h8300-elf-gcc: fix build in strict environment
Diffstat (limited to 'cross/h8300-elf-gcc')
-rw-r--r--cross/h8300-elf-gcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/h8300-elf-gcc/Makefile b/cross/h8300-elf-gcc/Makefile
index 9da52d65dcd..ed05d65e14b 100644
--- a/cross/h8300-elf-gcc/Makefile
+++ b/cross/h8300-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/06/08 10:53:28 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/09 17:49:37 rillig Exp $
DISTNAME= gcc-6.2.0
PKGNAME= cross-h8300-elf-${DISTNAME}
@@ -34,6 +34,8 @@ CONFIGURE_SCRIPT= ${WRKSRC}/configure
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
+CHECK_PORTABILITY_CHECK+= contrib/* # not needed for building
GNU_CONFIGURE_PREFIX= ${H8300_PREFIX}