Module Name:    src
Committed By:   martin
Date:           Sun Mar 12 17:22:47 UTC 2023

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
PR 57241: switch mips64el back to old binutils for now


To generate a diff of this commit:
cvs rdiff -u -r1.1307 -r1.1308 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.1307 src/share/mk/bsd.own.mk:1.1308
--- src/share/mk/bsd.own.mk:1.1307	Mon Feb 20 06:31:09 2023
+++ src/share/mk/bsd.own.mk	Sun Mar 12 17:22:46 2023
@@ -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 @@ MKGCCCMDS?=	no
 #
 # What binutils is used?
 #
+.if ${MACHINE_ARCH} != "mips64el"
 HAVE_BINUTILS?=	239
+.else
+HAVE_BINUTILS?=	234
+.endif
 
 .if ${HAVE_BINUTILS} == 239
 EXTERNAL_BINUTILS_SUBDIR=	binutils

Reply via email to