Module Name: src
Committed By: christos
Date: Wed Jan 25 22:36:56 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add mipsel and m68k to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 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.1301 src/share/mk/bsd.own.mk:1.1302
--- src/share/mk/bsd.own.mk:1.1301 Tue Jan 24 19:16:50 2023
+++ src/share/mk/bsd.own.mk Wed Jan 25 17:36:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1301 2023/01/25 00:16:50 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1302 2023/01/25 22:36:56 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -102,12 +102,14 @@ MKGCCCMDS?= no
${MACHINE_ARCH:Maarch64*} || \
${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "i386" || \
- ${MACHINE_CPU} == "hppa" || \
- ${MACHINE_CPU} == "powerpc" || \
- ${MACHINE_CPU} == "riscv" || \
+ ${MACHINE_ARCH} == "m68k" || \
+ ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH:Msparc*} || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "vax" || \
+ ${MACHINE_CPU} == "hppa" || \
+ ${MACHINE_CPU} == "powerpc" || \
+ ${MACHINE_CPU} == "riscv" || \
${MACHINE} == "sun2"
HAVE_BINUTILS?= 239
.else