Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.10
      1  1.10  tsutsui #	$NetBSD: Makefile.arc.inc,v 1.10 2003/06/14 09:55:10 tsutsui Exp $
      2   1.1     matt 
      3   1.1     matt CFLAGS+=	-mips2 -mcpu=r4000
      4   1.1     matt AFLAGS+=	-mips2
      5  1.10  tsutsui 
      6  1.10  tsutsui LINKFORMAT=	-N
      7   1.1     matt 
      8   1.1     matt # XXX
      9   1.5   atatat SYSTEM_LD_TAIL_EXTRA=; \
     10   1.8  tsutsui 	echo "${DBSYM} $@ || true"; \
     11   1.8  tsutsui 	${DBSYM} $@ || true; \
     12   1.9  tsutsui 	echo ${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident -R .pdr \
     13   1.9  tsutsui 	$@ $@.ecoff; \
     14   1.9  tsutsui 	${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident -R .pdr $@ $@.ecoff
     15   1.5   atatat 
     16   1.7   atatat EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ecoff@}
     17