Module Name: src Committed By: skrll Date: Mon Jan 16 20:22:26 UTC 2023
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch hppa to new binutils To generate a diff of this commit: cvs rdiff -u -r1.1297 -r1.1298 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.1297 src/share/mk/bsd.own.mk:1.1298 --- src/share/mk/bsd.own.mk:1.1297 Mon Jan 16 10:28:09 2023 +++ src/share/mk/bsd.own.mk Mon Jan 16 20:22:26 2023 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1297 2023/01/16 10:28:09 skrll Exp $ +# $NetBSD: bsd.own.mk,v 1.1298 2023/01/16 20:22:26 skrll Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -102,6 +102,7 @@ MKGCCCMDS?= no ${MACHINE_ARCH:Maarch64*} || \ ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_ARCH} == "i386" || \ + ${MACHINE_CPU} == "hppa" || \ ${MACHINE_CPU} == "riscv" || \ ${MACHINE_ARCH:Msparc*} || \ ${MACHINE_ARCH} == "x86_64"