Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/dreamcast/conf/Makefile.dreamcast.inc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/arch/dreamcast/conf/Makefile.dreamcast.inc 2001/12/09 05:00:43 1.7 +++ src/sys/arch/dreamcast/conf/Makefile.dreamcast.inc 2002/10/30 12:22:55 1.8 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.dreamcast.inc,v 1.7 2001/12/09 05:00:43 atatat Exp $ +# $NetBSD: Makefile.dreamcast.inc,v 1.8 2002/10/30 12:22:55 tsutsui Exp $ MACHINE_ARCH=sh3el @@ -6,3 +6,7 @@ TEXTADDR?=8c010000 .if ${OBJECT_FMT} == "ELF" LINKFORMAT= -N .endif + +SYSTEM_LD_TAIL_EXTRA=; \ + echo "${DBSYM} $@ || true"; \ + ${DBSYM} $@ || true