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:   maya
Date:           Fri Oct  4 15:46:24 UTC 2019

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

Log Message:
or1k-none-elf-gcc: skip portability checks for a libgo shell script.

We don't run it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/cross/or1k-none-elf-gcc/Makefile:1.3
--- pkgsrc/cross/or1k-none-elf-gcc/Makefile:1.2 Sun Aug 11 13:18:18 2019
+++ pkgsrc/cross/or1k-none-elf-gcc/Makefile     Fri Oct  4 15:46:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/04 15:46:24 maya Exp $
 
 DISTNAME=              gcc-9.1.0
 PKGNAME=               cross-or1k-none-elf-${DISTNAME}
@@ -25,6 +25,8 @@ DEPENDS+=     cross-or1k-none-elf-binutils-[
 
 USE_LANGUAGES+=                c c++
 
+CHECK_PORTABILITY_SKIP+=       libgo/mksysinfo.sh
+
 OR1KELF_PREFIX=        ${PREFIX}/cross-or1k-none-elf
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index