pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/h8300-elf-gcc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 17:49:37 UTC 2020

Modified Files:
        pkgsrc/cross/h8300-elf-gcc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/h8300-elf-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/h8300-elf-gcc/Makefile
diff -u pkgsrc/cross/h8300-elf-gcc/Makefile:1.7 pkgsrc/cross/h8300-elf-gcc/Makefile:1.8
--- pkgsrc/cross/h8300-elf-gcc/Makefile:1.7     Sat Jun  8 10:53:28 2019
+++ pkgsrc/cross/h8300-elf-gcc/Makefile Sat May  9 17:49:37 2020
@@ -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}
 



Home | Main Index | Thread Index | Old Index