pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross reduce diffs to other cross gcc packages



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b99635d92a49
branches:  trunk
changeset: 331703:b99635d92a49
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 23 14:16:11 2019 +0000

description:
reduce diffs to other cross gcc packages

diffstat:

 cross/aarch64-none-elf-gcc/Makefile |  6 +++---
 cross/arm-none-eabi-gcc/Makefile    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 56f5ae1fe907 -r b99635d92a49 cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile       Sat Mar 23 11:58:05 2019 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile       Sat Mar 23 14:16:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/03/23 11:58:05 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/23 14:16:11 tnn Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-aarch64-none-elf-${DISTNAME}
@@ -6,7 +6,7 @@
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
 NEWLIBVER=              3.0.0
 SITES.newlib-${NEWLIBVER}.tar.gz=https://www.sourceware.org/pub/newlib/
-DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
+DISTFILES=             ${DEFAULT_DISTFILES} \
                        newlib-${NEWLIBVER}.tar.gz
 EXTRACT_USING=         bsdtar
 
@@ -27,7 +27,7 @@
 AARCH64ELF_PREFIX=     ${PREFIX}/cross-aarch64-none-elf
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}
-CONFIGURE_SCRIPT=      ../${DISTNAME}/configure
+CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
diff -r 56f5ae1fe907 -r b99635d92a49 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Sat Mar 23 11:58:05 2019 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Sat Mar 23 14:16:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/03/22 13:16:33 tnn Exp $
+# $NetBSD: Makefile,v 1.24 2019/03/23 14:16:11 tnn Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -29,7 +29,7 @@
 ARMELF_PREFIX=         ${PREFIX}/cross-arm-none-eabi
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}
-CONFIGURE_SCRIPT=      ../${DISTNAME}/configure
+CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}



Home | Main Index | Thread Index | Old Index