pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files bootstrap-mk-files: Add aa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c712efc71f58
branches:  trunk
changeset: 312325:c712efc71f58
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 01 21:56:04 2018 +0000

description:
bootstrap-mk-files: Add aarch64 to get correct OBJECT_FMT. Bump to 20180901

diffstat:

 pkgtools/bootstrap-mk-files/Makefile                         |  4 ++--
 pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in   |  3 ++-
 pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in |  3 ++-
 pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in   |  4 +++-
 pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in         |  4 +++-
 5 files changed, 12 insertions(+), 6 deletions(-)

diffs (96 lines):

diff -r 3c10ee6f4562 -r c712efc71f58 pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Sat Sep 01 21:21:46 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Sat Sep 01 21:56:04 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2018/01/27 19:07:46 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2018/09/01 21:56:04 tnn Exp $
 
-PKGNAME=       bootstrap-mk-files-20170802
+PKGNAME=       bootstrap-mk-files-20180901
 CATEGORIES=    pkgtools
 
 CONFLICTS+=    mk-files-[0-9]*
diff -r 3c10ee6f4562 -r c712efc71f58 pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in        Sat Sep 01 21:21:46 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in        Sat Sep 01 21:56:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Minix.bsd.own.mk.in,v 1.1 2011/11/06 21:01:30 tcort Exp $
+#      $NetBSD: Minix.bsd.own.mk.in,v 1.2 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -126,6 +126,7 @@
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm
diff -r 3c10ee6f4562 -r c712efc71f58 pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in      Sat Sep 01 21:21:46 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in      Sat Sep 01 21:56:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OpenBSD.bsd.own.mk.in,v 1.5 2015/08/29 21:59:18 sevan Exp $
+#      $NetBSD: OpenBSD.bsd.own.mk.in,v 1.6 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -122,6 +122,7 @@
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm
diff -r 3c10ee6f4562 -r c712efc71f58 pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in        Sat Sep 01 21:21:46 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in        Sat Sep 01 21:56:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SunOS.bsd.own.mk.in,v 1.3 2016/04/11 12:37:48 jperkin Exp $
+#      $NetBSD: SunOS.bsd.own.mk.in,v 1.4 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -117,6 +117,7 @@
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68000" || \
+    ${MACHINE_ARCH} == "aarch64" || \
     ${MACHINE_ARCH} == "arm" || \
     !empty(MACHINE_ARCH:Mearm*) || \
     ${MACHINE} == "next68k" || \
@@ -139,6 +140,7 @@
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm
diff -r 3c10ee6f4562 -r c712efc71f58 pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in      Sat Sep 01 21:21:46 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in      Sat Sep 01 21:56:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk.in,v 1.5 2015/02/14 04:46:50 riastradh Exp $
+#      $NetBSD: bsd.own.mk.in,v 1.6 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -117,6 +117,7 @@
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68000" || \
+    ${MACHINE_ARCH} == "aarch64" || \
     ${MACHINE_ARCH} == "arm" || \
     !empty(MACHINE_ARCH:Mearm*) || \
     ${MACHINE} == "next68k" || \
@@ -139,6 +140,7 @@
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm



Home | Main Index | Thread Index | Old Index