Module Name: src
Committed By: mrg
Date: Mon Sep 7 10:19:03 UTC 2020
Modified Files:
src: UPDATING
src/share/mk: bsd.own.mk
Log Message:
switch mips to binutils 2.34.
To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/UPDATING
cvs rdiff -u -r1.1206 -r1.1207 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/UPDATING
diff -u src/UPDATING:1.312 src/UPDATING:1.313
--- src/UPDATING:1.312 Thu Aug 20 03:09:34 2020
+++ src/UPDATING Mon Sep 7 10:19:02 2020
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.312 2020/08/20 03:09:34 mrg Exp $
+$NetBSD: UPDATING,v 1.313 2020/09/07 10:19:02 mrg Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -19,6 +19,10 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20200907:
+ GCC 9 is coming, and binutils has been updated for MIPS. This
+ probably requires cleaning the tools/binutils.
+
20200811:
GCC updates may require cleaning the objdir. This may occur
due to GCC 7.5 update, GCC 8.4 move to gcc.old, or the upcoming
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1206 src/share/mk/bsd.own.mk:1.1207
--- src/share/mk/bsd.own.mk:1.1206 Sun Sep 6 07:20:28 2020
+++ src/share/mk/bsd.own.mk Mon Sep 7 10:19:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1206 2020/09/06 07:20:28 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1207 2020/09/07 10:19:02 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -160,7 +160,8 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \
- ${MACHINE} == "sun2" || ${MACHINE} == "alpha"
+ ${MACHINE} == "sun2" || ${MACHINE} == "alpha" || \
+ ${MACHINE_CPU} == "mips"
HAVE_BINUTILS?= 234
.else
HAVE_BINUTILS?= 231