pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/powerpc-none-elf-gcc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 17:54:55 UTC 2020

Modified Files:
        pkgsrc/cross/powerpc-none-elf-gcc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/powerpc-none-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/powerpc-none-elf-gcc/Makefile
diff -u pkgsrc/cross/powerpc-none-elf-gcc/Makefile:1.1 pkgsrc/cross/powerpc-none-elf-gcc/Makefile:1.2
--- pkgsrc/cross/powerpc-none-elf-gcc/Makefile:1.1      Mon Mar 30 16:29:54 2020
+++ pkgsrc/cross/powerpc-none-elf-gcc/Makefile  Sat May  9 17:54:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:29:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/09 17:54:54 rillig Exp $
 
 DISTNAME=              gcc-8.3.0
 PKGNAME=               cross-powerpc-none-elf-${DISTNAME}
@@ -35,6 +35,8 @@ WRAPPER_SHELL=                ${TOOLS_PATH.bash}
 USE_TOOLS+=            bash gmake gsed makeinfo perl
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
 
 GNU_CONFIGURE_PREFIX=  ${POWERPCELF_PREFIX}
 



Home | Main Index | Thread Index | Old Index