pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/aarch64-none-elf-gcc



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar 23 11:58:05 UTC 2019

Modified Files:
        pkgsrc/cross/aarch64-none-elf-gcc: Makefile

Log Message:
merge USE_TOOLS sections


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/aarch64-none-elf-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/aarch64-none-elf-gcc/Makefile
diff -u pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.8 pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.9
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.8      Fri Mar 22 13:16:33 2019
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile  Sat Mar 23 11:58:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/03/22 13:16:33 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2019/03/23 11:58:05 tnn Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-aarch64-none-elf-${DISTNAME}
@@ -31,9 +31,7 @@ CONFIGURE_SCRIPT=     ../${DISTNAME}/configu
 
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
-USE_TOOLS+=            bash perl
-
-USE_TOOLS+=            gmake makeinfo
+USE_TOOLS+=            bash gmake makeinfo perl
 GNU_CONFIGURE=         yes
 
 GNU_CONFIGURE_PREFIX=  ${AARCH64ELF_PREFIX}



Home | Main Index | Thread Index | Old Index