Module Name: src Committed By: skrll Date: Sun Jul 14 06:43:11 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch RISC-V to new binutils (2.42) To generate a diff of this commit: cvs rdiff -u -r1.1388 -r1.1389 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.1388 src/share/mk/bsd.own.mk:1.1389 --- src/share/mk/bsd.own.mk:1.1388 Sat Jul 13 03:38:12 2024 +++ src/share/mk/bsd.own.mk Sun Jul 14 06:43:11 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1388 2024/07/13 03:38:12 rin Exp $ +# $NetBSD: bsd.own.mk,v 1.1389 2024/07/14 06:43:11 skrll Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -119,6 +119,7 @@ MKGCCCMDS?= no # .if \ ${MACHINE_CPU} == "mips" || \ + ${MACHINE_CPU} == "riscv" || \ ${MACHINE_ARCH} == "x86_64" HAVE_BINUTILS?= 242 .else