summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-17 00:18:51 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-17 00:18:51 +0000
commit6e0ae68202f0f8832bb9b68b18bb5c5572b8bca3 (patch)
tree7fdd18c65d65619a712cc2006bacf0b6872af03a /cross
parent00c0175728e6d48179f7ec95957366515705edab (diff)
downloadpkgsrc-6e0ae68202f0f8832bb9b68b18bb5c5572b8bca3.tar.gz
Ignore portability problem in testsuite
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-lx106-elf-binutils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross/xtensa-lx106-elf-binutils/Makefile b/cross/xtensa-lx106-elf-binutils/Makefile
index 58b384c87d3..84578ec3ee7 100644
--- a/cross/xtensa-lx106-elf-binutils/Makefile
+++ b/cross/xtensa-lx106-elf-binutils/Makefile
@@ -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+= --enable-multilib
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