Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/xtensa-esp32-elf-gcc xtensa-esp32-elf-gcc: skip ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4973ecafb857
branches:  trunk
changeset: 435647:4973ecafb857
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jul 11 09:05:13 2020 +0000

description:
xtensa-esp32-elf-gcc: skip portability check for contrib/*

diffstat:

 cross/xtensa-esp32-elf-gcc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2e198a3a0e0b -r 4973ecafb857 cross/xtensa-esp32-elf-gcc/Makefile
--- a/cross/xtensa-esp32-elf-gcc/Makefile       Sat Jul 11 04:06:39 2020 +0000
+++ b/cross/xtensa-esp32-elf-gcc/Makefile       Sat Jul 11 09:05:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/07/11 09:05:13 tnn Exp $
 
 # We could use the upstream GCC distfile, but Espressif has important vendor
 # patches in their branch and it seems not worth the maintenance overhead to
@@ -65,6 +65,8 @@
 CONFIGURE_ARGS+=       --without-long-double-128
 CONFIGURE_ARGS+=       --enable-gcov-custom-rtio
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 post-extract:
        ${CP} -r ${WRKDIR}/crosstool-NG*/overlays/xtensa_esp32/gcc/. ${WRKSRC}/.
        ${LN} -s ${WRKDIR}/newlib-*/newlib ${WRKSRC}/newlib



Home | Main Index | Thread Index | Old Index