diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-17 07:00:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-17 07:00:46 +0000 |
commit | 3956774c2b599ae262446497c838a1a6f8d8f79b (patch) | |
tree | a92d410cd8e5bab7c98d16bf54338dd3a5817057 /cross | |
parent | b2cc554eb7c49edc0d090dbc681a31eec021d70f (diff) | |
download | pkgsrc-3956774c2b599ae262446497c838a1a6f8d8f79b.tar.gz |
cross/xtensa-lx106-elf-binutils: skip portability check
Diffstat (limited to 'cross')
-rw-r--r-- | cross/xtensa-lx106-elf-binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/xtensa-lx106-elf-binutils/Makefile b/cross/xtensa-lx106-elf-binutils/Makefile index d4b5b24a22d..16a91fb7565 100644 --- a/cross/xtensa-lx106-elf-binutils/Makefile +++ b/cross/xtensa-lx106-elf-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/04/26 09:47:41 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/17 07:00:46 rillig Exp $ DISTNAME= binutils-gdb-xtensa-2.31_20190405 PKGNAME= ${DISTNAME:C/binutils-gdb-xtensa/xtensa-lx106-elf-binutils/} @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --disable-gdb # Running tests needs a lot more work anyway CHECK_PORTABILITY_SKIP+= gdb/testsuite/Makefile.in +CHECK_PORTABILITY_SKIP+= sim/testsuite/sim/bfin/run-tests.sh pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} |