summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-03-17 03:06:01 +0000
committerryoon <ryoon@pkgsrc.org>2017-03-17 03:06:01 +0000
commit5c94245bd5730e8d77005e0b085228961dd01570 (patch)
treecd9aee8cd357c1b70c799612e075986a1217a7b8 /cross
parent86492dbb9aa300c36d52b178c4e0c18a67acd323 (diff)
downloadpkgsrc-5c94245bd5730e8d77005e0b085228961dd01570.tar.gz
Bump PKGREVISION
Add perl as a tool
Diffstat (limited to 'cross')
-rw-r--r--cross/arm-none-eabi-gcc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index a256c64b43b..af2e2e00200 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/01/22 12:35:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/17 03:06:01 ryoon Exp $
DISTNAME= gcc-6.3.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
NEWLIBVER= 2.5.0
@@ -30,7 +31,7 @@ CONFIGURE_SCRIPT= ../${DISTNAME}/configure
CONFIG_SHELL= ${TOOLS_PATH.bash}
WRAPPER_SHELL= ${TOOLS_PATH.bash}
-USE_TOOLS+= bash
+USE_TOOLS+= bash perl
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes