Module Name: src
Committed By: christos
Date: Sun Apr 25 15:11:28 UTC 2021
Modified Files:
src/tools: Makefile
Log Message:
Make mips-elf2ecoff available for all mips
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile
diff -u src/tools/Makefile:1.207 src/tools/Makefile:1.208
--- src/tools/Makefile:1.207 Sat Feb 6 11:14:55 2021
+++ src/tools/Makefile Sun Apr 25 11:11:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2021/02/06 16:14:55 dbj Exp $
+# $NetBSD: Makefile,v 1.208 2021/04/25 15:11:28 christos Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -180,8 +180,7 @@ SUBDIR+= arm-elf2aout
SUBDIR+= m68k-elf2aout
.endif
-.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
- ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb")
+.if !empty(MACHINE_ARCH:Mmips*)
SUBDIR+= mips-elf2ecoff
.endif