Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/h8300-elf-gcc cross/h8300-elf-gcc: fix build in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe23f6c52f72
branches:  trunk
changeset: 431135:fe23f6c52f72
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 17:49:37 2020 +0000

description:
cross/h8300-elf-gcc: fix build in strict environment

diffstat:

 cross/h8300-elf-gcc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 89c42cfe41cd -r fe23f6c52f72 cross/h8300-elf-gcc/Makefile
--- a/cross/h8300-elf-gcc/Makefile      Sat May 09 17:46:48 2020 +0000
+++ b/cross/h8300-elf-gcc/Makefile      Sat May 09 17:49:37 2020 +0000
@@ -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 @@
 
 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}
 



Home | Main Index | Thread Index | Old Index