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