pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/arm-none-eabi-gcc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 23 12:02:32 UTC 2018

Modified Files:
        pkgsrc/cross/arm-none-eabi-gcc: Makefile

Log Message:
arm-none-eabi-gcc: Requires GNU sed for -r.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/cross/arm-none-eabi-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.18 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.19
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.18        Wed Aug 22 09:43:10 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Tue Oct 23 12:02:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/08/22 09:43:10 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/10/23 12:02:32 jperkin Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -18,7 +18,6 @@ COMMENT=              GCC for bare metal ARM EABI
 
 EXTRACT_USING=         bsdtar
 
-
 # for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
 # use makeinfo from pkgsrc/devel/gtexinfo.
 TOOL_DEPENDS+=                 gtexinfo>=5.1:../../devel/gtexinfo
@@ -35,9 +34,8 @@ CONFIGURE_SCRIPT=     ../${DISTNAME}/configu
 
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
-USE_TOOLS+=            bash perl
+USE_TOOLS+=            bash gmake gsed makeinfo perl
 
-USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
 
 GNU_CONFIGURE_PREFIX=  ${ARMELF_PREFIX}



Home | Main Index | Thread Index | Old Index