Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/xtensa-lx106-elf-gcc tensa-lx106-elf-gcc: skip p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96b4af436066
branches:  trunk
changeset: 437117:96b4af436066
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 16 23:05:33 2020 +0000

description:
tensa-lx106-elf-gcc: skip portability checks in contrib

diffstat:

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

diffs (18 lines):

diff -r cb2bdae8c8be -r 96b4af436066 cross/xtensa-lx106-elf-gcc/Makefile
--- a/cross/xtensa-lx106-elf-gcc/Makefile       Sun Aug 16 23:00:10 2020 +0000
+++ b/cross/xtensa-lx106-elf-gcc/Makefile       Sun Aug 16 23:05:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/19 22:10:35 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/16 23:05:33 tnn Exp $
 
 # using configure options and sources from
 # https://github.com/earlephilhower/esp-quick-toolchain
@@ -84,6 +84,8 @@
 CONFIGURE_ARGS+=       --enable-static=yes
 CONFIGURE_ARGS+=       --disable-libstdcxx-verbose
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 post-extract:
        ${LN} -s ${WRKDIR}/newlib-*/newlib ${WRKSRC}/newlib
        ${LN} -s ${WRKDIR}/newlib-*/libgloss ${WRKSRC}/libgloss



Home | Main Index | Thread Index | Old Index