pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/xtensa-lx106-elf-binutils Ignore portability pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b7029904ab1
branches:  trunk
changeset: 427459:9b7029904ab1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 17 00:18:51 2020 +0000

description:
Ignore portability problem in testsuite

diffstat:

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

diffs (19 lines):

diff -r 32f8a1203e9f -r 9b7029904ab1 cross/xtensa-lx106-elf-binutils/Makefile
--- a/cross/xtensa-lx106-elf-binutils/Makefile  Fri Apr 17 00:18:24 2020 +0000
+++ b/cross/xtensa-lx106-elf-binutils/Makefile  Fri Apr 17 00:18:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/20 15:18:59 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/17 00:18:51 joerg Exp $
 
 DISTNAME=      binutils-gdb-xtensa-2.31_20190405
 PKGNAME=       ${DISTNAME:C/binutils-gdb-xtensa/xtensa-lx106-elf-binutils/}
@@ -28,6 +28,9 @@
 CONFIGURE_ARGS+=       --disable-nls
 CONFIGURE_ARGS+=       --disable-gdb
 
+# Running tests needs a lot more work anyway
+CHECK_PORTABILITY_SKIP+=       gdb/testsuite/Makefile.in
+
 pre-configure:
        ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
        ${CP} ${FILESDIR}/xtensa-config.h ${WRKSRC}/include/xtensa-config.h



Home | Main Index | Thread Index | Old Index