summaryrefslogtreecommitdiff
path: root/cross/arm-none-eabi-gdb
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-28 15:31:43 +0000
committerrillig <rillig@pkgsrc.org>2020-05-28 15:31:43 +0000
commit2bb641da5053e52d1640638ac0b0af8a90032a9a (patch)
treecc0bb586457033cd768af6e0e0c11284074f594b /cross/arm-none-eabi-gdb
parent4b3b484bfa2e8c9eaae44c89270531bcf32d229b (diff)
downloadpkgsrc-2bb641da5053e52d1640638ac0b0af8a90032a9a.tar.gz
cross/arm-none-eabi-gdb: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'cross/arm-none-eabi-gdb')
-rw-r--r--cross/arm-none-eabi-gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/arm-none-eabi-gdb/Makefile b/cross/arm-none-eabi-gdb/Makefile
index 12bc8cb9d4a..78f309df0d9 100644
--- a/cross/arm-none-eabi-gdb/Makefile
+++ b/cross/arm-none-eabi-gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/09 17:46:48 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/28 15:31:43 rillig Exp $
DISTNAME= gdb-7.10
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v3
ARMELF_PREFIX= ${PREFIX}/cross-arm-none-eabi
USE_TOOLS+= gmake makeinfo
+TOOLS_BROKEN+= perl # used in do-install for texi2pod
GNU_CONFIGURE= yes
OBJDIR= ../build