Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch sh3 to binutils 2.39



details:   https://anonhg.NetBSD.org/src/rev/f60393f52d0a
branches:  trunk
changeset: 373267:f60393f52d0a
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 28 08:45:11 2023 +0000

description:
Switch sh3 to binutils 2.39

diffstat:

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

diffs (19 lines):

diff -r 40a7c7102cce -r f60393f52d0a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jan 28 08:36:17 2023 +0000
+++ b/share/mk/bsd.own.mk       Sat Jan 28 08:45:11 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1302 2023/01/25 22:36:56 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1303 2023/01/28 08:45:11 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -110,7 +110,8 @@
     ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "riscv" || \
-    ${MACHINE} == "sun2" 
+    ${MACHINE_CPU} == "sh3" || \
+    ${MACHINE} == "sun2"
 HAVE_BINUTILS?=        239
 .else
 HAVE_BINUTILS?=        234



Home | Main Index | Thread Index | Old Index