pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/xtensa-lx106-elf-binutils



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Apr 17 00:18:51 UTC 2020

Modified Files:
        pkgsrc/cross/xtensa-lx106-elf-binutils: Makefile

Log Message:
Ignore portability problem in testsuite


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile
diff -u pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.1 pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.2
--- pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.1 Fri Sep 20 15:18:59 2019
+++ pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile     Fri Apr 17 00:18:51 2020
@@ -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



Home | Main Index | Thread Index | Old Index