Source-Changes-HG archive

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

[src/trunk]: src/share/mk un-86'ed the ELF2AOUT variable.



details:   https://anonhg.NetBSD.org/src/rev/baaee1fa5696
branches:  trunk
changeset: 447145:baaee1fa5696
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 02 16:08:53 2019 +0000

description:
un-86'ed the ELF2AOUT variable.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fc3caff3147 -r baaee1fa5696 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Jan 02 14:54:54 2019 +0000
+++ b/share/mk/bsd.own.mk       Wed Jan 02 16:08:53 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1091 2018/12/31 13:31:25 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1092 2019/01/02 16:08:53 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -337,7 +337,7 @@
 
 DBSYM=         ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-dbsym
 ARM_ELF2AOUT=  ${TOOLDIR}/bin/${_TOOL_PREFIX}arm-elf2aout
-M86K_ELF2AOUT= ${TOOLDIR}/bin/${_TOOL_PREFIX}m68k-elf2aout
+M68K_ELF2AOUT= ${TOOLDIR}/bin/${_TOOL_PREFIX}m68k-elf2aout
 MIPS_ELF2ECOFF=        ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff
 INSTALL=       ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install
 LEX=           ${TOOLDIR}/bin/${_TOOL_PREFIX}lex



Home | Main Index | Thread Index | Old Index