Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch mips64eb back to old binutils too, with new ...



details:   https://anonhg.NetBSD.org/src/rev/ee1a6e54eefc
branches:  trunk
changeset: 374593:ee1a6e54eefc
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 07 12:26:32 2023 +0000

description:
Switch mips64eb back to old binutils too, with new binutils it causes
random autobuild failures (same reason mips64el had been switched back
before)

diffstat:

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

diffs (18 lines):

diff -r 03f8ca4055bf -r ee1a6e54eefc share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun May 07 11:41:49 2023 +0000
+++ b/share/mk/bsd.own.mk       Sun May 07 12:26:32 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1310 2023/04/18 20:11:34 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1311 2023/05/07 12:26:32 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -98,7 +98,7 @@ MKGCCCMDS?=   no
 #
 # What binutils is used?
 #
-.if ${MACHINE_ARCH} != "mips64el"
+.if ${MACHINE_ARCH} != "mips64el" && ${MACHINE_ARCH} != "mips64eb"
 HAVE_BINUTILS?=        239
 .else
 HAVE_BINUTILS?=        234



Home | Main Index | Thread Index | Old Index