From 6e0ae68202f0f8832bb9b68b18bb5c5572b8bca3 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 17 Apr 2020 00:18:51 +0000 Subject: Ignore portability problem in testsuite --- cross/xtensa-lx106-elf-binutils/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cross') 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 -- cgit v1.2.3