pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 17:51:32 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/or1k-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/or1k-none-elf-gcc/Makefile
diff -u pkgsrc/cross/or1k-none-elf-gcc/Makefile:1.3 pkgsrc/cross/or1k-none-elf-gcc/Makefile:1.4
--- pkgsrc/cross/or1k-none-elf-gcc/Makefile:1.3 Fri Oct  4 15:46:24 2019
+++ pkgsrc/cross/or1k-none-elf-gcc/Makefile     Sat May  9 17:51:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/04 15:46:24 maya Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/09 17:51:32 rillig Exp $
 
 DISTNAME=              gcc-9.1.0
 PKGNAME=               cross-or1k-none-elf-${DISTNAME}
@@ -36,6 +36,8 @@ CONFIG_SHELL=         ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
 USE_TOOLS+=            bash gmake makeinfo perl
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
 
 GNU_CONFIGURE_PREFIX=  ${OR1KELF_PREFIX}
 



Home | Main Index | Thread Index | Old Index