summaryrefslogtreecommitdiff
path: root/cross/arm-none-eabi-gdb
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 17:46:48 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 17:46:48 +0000
commitab719dbda685aaf46423a7cc81d94dff2a4f7780 (patch)
treec8f2eaa9503319537850b98b5f36497b0a398743 /cross/arm-none-eabi-gdb
parentfef020ff5edd539b60546128cd5b8fa70831360f (diff)
downloadpkgsrc-ab719dbda685aaf46423a7cc81d94dff2a4f7780.tar.gz
cross/arm-none-eabi-gdb: suppress shell portability
Diffstat (limited to 'cross/arm-none-eabi-gdb')
-rw-r--r--cross/arm-none-eabi-gdb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cross/arm-none-eabi-gdb/Makefile b/cross/arm-none-eabi-gdb/Makefile
index 50e6df013e0..12bc8cb9d4a 100644
--- a/cross/arm-none-eabi-gdb/Makefile
+++ b/cross/arm-none-eabi-gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/06/08 10:53:26 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/09 17:46:48 rillig Exp $
DISTNAME= gdb-7.10
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --disable-werror --target=arm-none-eabi
CONFIGURE_ARGS+= --disable-nls
INFO_FILES= yes
+# Uses all kinds of bashisms but is only needed for testing.
+# If ever necessary, this should be fixed using REPLACE_BASH.
+CHECK_PORTABILITY_SKIP+= sim/testsuite/sim/bfin/run-tests.sh
+
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= charsetalias