From 0399178defc58782f128311cac68335b8449ca1d Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 9 May 2020 17:53:53 +0000 Subject: cross/pdp11-aout-gcc: fix build in strict environment --- cross/pdp11-aout-gcc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cross/pdp11-aout-gcc/Makefile b/cross/pdp11-aout-gcc/Makefile index 8bb9c0b2fcf..d8343084947 100644 --- a/cross/pdp11-aout-gcc/Makefile +++ b/cross/pdp11-aout-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/08/11 13:18:18 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/05/09 17:53:53 rillig Exp $ DISTNAME= gcc-8.2.0 PKGNAME= cross-pdp11-aout-${DISTNAME} @@ -31,6 +31,8 @@ USE_TOOLS+= bash perl USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # has sub-configures +CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building GNU_CONFIGURE_PREFIX= ${PDP11AOUT_PREFIX} -- cgit v1.2.3