summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorryoon <ryoon>2017-03-17 03:06:01 +0000
committerryoon <ryoon>2017-03-17 03:06:01 +0000
commit00a317a2c385e5245c0655214f4138a96e5d6e63 (patch)
tree2f1ff815227dc76a54e15fba2fa4ae1b7ec5ffc0 /cross
parent57c98ad14db050b564a5d024e7b5a7336f904123 (diff)
downloadpkgsrc-00a317a2c385e5245c0655214f4138a96e5d6e63.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