Source-Changes-HG archive

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

[src/trunk]: src/share/mk PR 57241: switch mips64el back to old binutils for now



details:   https://anonhg.NetBSD.org/src/rev/7593dff833ff
branches:  trunk
changeset: 373869:7593dff833ff
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 12 17:22:46 2023 +0000

description:
PR 57241: switch mips64el back to old binutils for now

diffstat:

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

diffs (21 lines):

diff -r 28f67cf5ec44 -r 7593dff833ff share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Mar 10 18:26:46 2023 +0000
+++ b/share/mk/bsd.own.mk       Sun Mar 12 17:22:46 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1307 2023/02/20 06:31:09 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1308 2023/03/12 17:22:46 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -98,7 +98,11 @@
 #
 # What binutils is used?
 #
+.if ${MACHINE_ARCH} != "mips64el"
 HAVE_BINUTILS?=        239
+.else
+HAVE_BINUTILS?=        234
+.endif
 
 .if ${HAVE_BINUTILS} == 239
 EXTERNAL_BINUTILS_SUBDIR=      binutils



Home | Main Index | Thread Index | Old Index