Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools use MACHINE_CPU for elf2aout



details:   https://anonhg.NetBSD.org/src/rev/c242650252c9
branches:  trunk
changeset: 447142:c242650252c9
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 02 13:29:22 2019 +0000

description:
use MACHINE_CPU for elf2aout

diffstat:

 tools/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r bf0e9eb6fee5 -r c242650252c9 tools/Makefile
--- a/tools/Makefile    Wed Jan 02 12:18:08 2019 +0000
+++ b/tools/Makefile    Wed Jan 02 13:29:22 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.197 2018/12/31 13:35:15 christos Exp $
+#      $NetBSD: Makefile,v 1.198 2019/01/02 13:29:22 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -173,11 +173,11 @@
 SUBDIR+=       powerpc-mkbootimage
 .endif
 
-.if ${MACHINE_ARCH} == "arm"
+.if ${MACHINE_CPU} == "arm"
 SUBDIR+=       arm-elf2aout
 .endif
 
-.if ${MACHINE_ARCH} == "m68k"
+.if ${MACHINE_CPU} == "m68k"
 SUBDIR+=       m68k-elf2aout
 .endif
 



Home | Main Index | Thread Index | Old Index