Source-Changes-HG archive

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

[src/trunk]: src Ecoff kernels are no longer needed.



details:   https://anonhg.NetBSD.org/src/rev/9b460373d2aa
branches:  trunk
changeset: 580746:9b460373d2aa
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat May 07 14:15:05 2005 +0000

description:
Ecoff kernels are no longer needed.

diffstat:

 distrib/arc/instkernel/Makefile    |   7 +------
 sys/arch/arc/conf/Makefile.arc.inc |  13 ++-----------
 2 files changed, 3 insertions(+), 17 deletions(-)

diffs (44 lines):

diff -r 19dd0494a6f7 -r 9b460373d2aa distrib/arc/instkernel/Makefile
--- a/distrib/arc/instkernel/Makefile   Sat May 07 09:15:44 2005 +0000
+++ b/distrib/arc/instkernel/Makefile   Sat May 07 14:15:05 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2004/08/30 16:10:03 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.9 2005/05/07 14:15:51 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,11 +9,6 @@
 MDSETTARGETS=          RAMDISK ${RAMDISK} -
 MDSET_RELEASEDIR=      binary/kernel
 
-MDSET_SUFFIXES.-=      ecoff create-ecoff
-create-ecoff=          ${OBJCOPY} -O ecoff-littlemips \
-                           -R .pdr -R .mdebug.abi32 -R .comment -R .ident \
-                           ${.TARGET:R} ${.TARGET}
-
 .include "${DISTRIBDIR}/common/Makefile.mdset"
 
 .include <bsd.prog.mk>
diff -r 19dd0494a6f7 -r 9b460373d2aa sys/arch/arc/conf/Makefile.arc.inc
--- a/sys/arch/arc/conf/Makefile.arc.inc        Sat May 07 09:15:44 2005 +0000
+++ b/sys/arch/arc/conf/Makefile.arc.inc        Sat May 07 14:15:05 2005 +0000
@@ -1,17 +1,8 @@
-#      $NetBSD: Makefile.arc.inc,v 1.12 2004/08/30 16:08:24 tsutsui Exp $
+#      $NetBSD: Makefile.arc.inc,v 1.13 2005/05/07 14:15:05 tsutsui Exp $
 
 CFLAGS+=       -mips2
 AFLAGS+=       -mips2
 
-LINKFORMAT=    -N
-
-# XXX
 SYSTEM_LD_TAIL_EXTRA=; \
        echo "${DBSYM} $@ || true"; \
-       ${DBSYM} $@ || true; \
-       echo ${OBJCOPY} -O ecoff-littlemips \
-           -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff; \
-       ${OBJCOPY} -O ecoff-littlemips \
-           -R .pdr -R .mdebug.abi32 -R .comment -R .ident $@ $@.ecoff
-
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ecoff@}
+       ${DBSYM} $@ || true



Home | Main Index | Thread Index | Old Index