diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-28 15:31:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-28 15:31:43 +0000 |
commit | 2bb641da5053e52d1640638ac0b0af8a90032a9a (patch) | |
tree | cc0bb586457033cd768af6e0e0c11284074f594b /cross | |
parent | 4b3b484bfa2e8c9eaae44c89270531bcf32d229b (diff) | |
download | pkgsrc-2bb641da5053e52d1640638ac0b0af8a90032a9a.tar.gz |
cross/arm-none-eabi-gdb: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'cross')
-rw-r--r-- | cross/arm-none-eabi-gdb/Makefile | 3 |
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 |