pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross arm cross toolchains: skip portability checks un...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d006e1631c49
branches:  trunk
changeset: 414773:d006e1631c49
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Apr 01 17:44:06 2020 +0000

description:
arm cross toolchains: skip portability checks under contrib/*

diffstat:

 cross/aarch64-none-elf-gcc/Makefile |  3 ++-
 cross/arm-none-eabi-gcc/Makefile    |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 4cf2b288402d -r d006e1631c49 cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile       Wed Apr 01 17:39:14 2020 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile       Wed Apr 01 17:44:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/08/11 13:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/01 17:44:06 tnn Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-aarch64-none-elf-${DISTNAME}
@@ -34,6 +34,7 @@
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
 USE_TOOLS+=            bash gmake makeinfo perl
 GNU_CONFIGURE=         yes
+CHECK_PORTABILITY_SKIP+=contrib/*
 
 GNU_CONFIGURE_PREFIX=  ${AARCH64ELF_PREFIX}
 
diff -r 4cf2b288402d -r d006e1631c49 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Wed Apr 01 17:39:14 2020 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Wed Apr 01 17:44:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/11 13:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/01 17:44:06 tnn Exp $
 
 DISTNAME=              gcc-8.3.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -34,8 +34,8 @@
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
 USE_TOOLS+=            bash gmake gsed makeinfo perl
-
 GNU_CONFIGURE=         yes
+CHECK_PORTABILITY_SKIP+=contrib/*
 
 GNU_CONFIGURE_PREFIX=  ${ARMELF_PREFIX}
 



Home | Main Index | Thread Index | Old Index