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/0226eb3ac731
branches: trunk
changeset: 348471:0226eb3ac731
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 10a1f144ba27 -r 0226eb3ac731 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