Module Name: src Committed By: martin Date: Sun May 7 12:26:32 UTC 2023
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch mips64eb back to old binutils too, with new binutils it causes random autobuild failures (same reason mips64el had been switched back before) To generate a diff of this commit: cvs rdiff -u -r1.1310 -r1.1311 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1310 src/share/mk/bsd.own.mk:1.1311 --- src/share/mk/bsd.own.mk:1.1310 Tue Apr 18 20:11:34 2023 +++ src/share/mk/bsd.own.mk Sun May 7 12:26:32 2023 @@ -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