Source-Changes-HG archive

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

[src/trunk]: src/share/mk Really switch aarch64 and sparc binutils to 2.39



details:   https://anonhg.NetBSD.org/src/rev/ff04419ef02e
branches:  trunk
changeset: 373056:ff04419ef02e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jan 15 10:51:04 2023 +0000

description:
Really switch aarch64 and sparc binutils to 2.39

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 65dc0eb4b53d -r ff04419ef02e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Jan 15 09:00:05 2023 +0000
+++ b/share/mk/bsd.own.mk       Sun Jan 15 10:51:04 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1293 2023/01/14 14:46:24 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1294 2023/01/15 10:51:04 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,7 +100,7 @@
 #
 .if ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "alpha" || \\
+    ${MACHINE_ARCH} == "alpha" || \
     !empty(MACHINE_ARCH:Maarch64*) || \
     !empty(MACHINE_ARCH:Msparc*)
 HAVE_BINUTILS?=        239



Home | Main Index | Thread Index | Old Index