Module Name: src Committed By: martin Date: Sat Jan 28 08:45:11 UTC 2023
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch sh3 to binutils 2.39 To generate a diff of this commit: cvs rdiff -u -r1.1302 -r1.1303 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.1302 src/share/mk/bsd.own.mk:1.1303 --- src/share/mk/bsd.own.mk:1.1302 Wed Jan 25 22:36:56 2023 +++ src/share/mk/bsd.own.mk Sat Jan 28 08:45:11 2023 @@ -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 @@ MKGCCCMDS?= no ${MACHINE_CPU} == "hppa" || \ ${MACHINE_CPU} == "powerpc" || \ ${MACHINE_CPU} == "riscv" || \ - ${MACHINE} == "sun2" + ${MACHINE_CPU} == "sh3" || \ + ${MACHINE} == "sun2" HAVE_BINUTILS?= 239 .else HAVE_BINUTILS?= 234