From 9e61cc1094f4e2727746473c96dd1a956e80dc66 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 9 May 2020 17:49:37 +0000 Subject: cross/h8300-elf-gcc: fix build in strict environment --- cross/h8300-elf-gcc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cross') 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} -- cgit v1.2.3