Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/binutils/usr.bin/ld match aarch64* for the lds...



details:   https://anonhg.NetBSD.org/src/rev/f4ca81f31b8e
branches:  trunk
changeset: 818613:f4ca81f31b8e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Oct 19 20:55:44 2016 +0000

description:
match aarch64* for the ldscripts generation.

diffstat:

 external/gpl3/binutils/usr.bin/ld/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4532d617abc7 -r f4ca81f31b8e external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile        Wed Oct 19 20:31:28 2016 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile        Wed Oct 19 20:55:44 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2016/10/15 12:30:55 maya Exp $
+#      $NetBSD: Makefile,v 1.29 2016/10/19 20:55:44 mrg Exp $
 
 CPPFLAGS+=     -I${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH} \
                -I${DIST}/ld \
@@ -94,7 +94,7 @@
 
 . if ${BINUTILS_MACHINE_ARCH} == "x86_64" || \
     ${BINUTILS_MACHINE_ARCH} == "sparc64" || \
-    ${BINUTILS_MACHINE_ARCH} == "aarch64" || \
+    !empty(BINUTILS_MACHINE_ARCH:Maarch64*) || \
     !empty(BINUTILS_MACHINE_ARCH:Mearm*) || \
     !empty(BINUTILS_MACHINE_ARCH:Marm*) || \
     !empty(BINUTILS_MACHINE_ARCH:Mmips64*)



Home | Main Index | Thread Index | Old Index