Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src switch mips to binutils 2.34.
details: https://anonhg.NetBSD.org/src/rev/d343f2f7b794
branches: trunk
changeset: 938406:d343f2f7b794
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Sep 07 10:19:02 2020 +0000
description:
switch mips to binutils 2.34.
diffstat:
UPDATING | 6 +++++-
share/mk/bsd.own.mk | 5 +++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r 7bc27a297af6 -r d343f2f7b794 UPDATING
--- a/UPDATING Mon Sep 07 09:14:53 2020 +0000
+++ b/UPDATING Mon Sep 07 10:19:02 2020 +0000
@@ -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 @@
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
diff -r 7bc27a297af6 -r d343f2f7b794 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Sep 07 09:14:53 2020 +0000
+++ b/share/mk/bsd.own.mk Mon Sep 07 10:19:02 2020 +0000
@@ -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 @@
${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
Home |
Main Index |
Thread Index |
Old Index