Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/conf Fix thinko. src/sys/conf/mkldscript.s...



details:   https://anonhg.NetBSD.org/src/rev/1a85991459b6
branches:  trunk
changeset: 767502:1a85991459b6
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jul 20 12:00:04 2011 +0000

description:
Fix thinko.  src/sys/conf/mkldscript.sh requires $OBJDUMP, not $ELF2AOUT.
(note generated faked a.out kernels can still be loaded and work fine)

diffstat:

 sys/arch/luna68k/conf/Makefile.luna68k |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 607aff913e44 -r 1a85991459b6 sys/arch/luna68k/conf/Makefile.luna68k
--- a/sys/arch/luna68k/conf/Makefile.luna68k    Wed Jul 20 11:52:00 2011 +0000
+++ b/sys/arch/luna68k/conf/Makefile.luna68k    Wed Jul 20 12:00:04 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.luna68k,v 1.21 2011/07/16 15:52:21 tsutsui Exp $
+#      $NetBSD: Makefile.luna68k,v 1.22 2011/07/20 12:00:04 tsutsui Exp $
 
 # Makefile for NetBSD
 #
@@ -60,7 +60,7 @@
 
 SYSTEM_LD_HEAD_EXTRA+=; \
        ( cat ${LUNA68K}/conf/kern.ldscript.head ; \
-         ELF2AOUT=${ELF2AOUT} ${HOST_SH} $S/conf/mkldscript.sh \
+         OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
                ${SYSTEM_OBJ} ; \
          cat ${LUNA68K}/conf/kern.ldscript.tail ) > ldscript
 



Home | Main Index | Thread Index | Old Index