Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.4.2.5
      1  1.4.2.5  thorpej #	$NetBSD: Makefile.arc.inc,v 1.4.2.5 2002/12/11 05:52:07 thorpej Exp $
      2  1.4.2.2  nathanw 
      3  1.4.2.2  nathanw CFLAGS+=	-mips2 -mcpu=r4000
      4  1.4.2.2  nathanw AFLAGS+=	-mips2
      5  1.4.2.2  nathanw 
      6  1.4.2.2  nathanw # XXX
      7  1.4.2.2  nathanw SYSTEM_LD_TAIL_EXTRA=; \
      8  1.4.2.5  thorpej 	echo "${DBSYM} $@ || true"; \
      9  1.4.2.5  thorpej 	${DBSYM} $@ || true; \
     10  1.4.2.3  nathanw 	echo ${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident $@ $@.ecoff; \
     11  1.4.2.3  nathanw 	${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident $@ $@.ecoff
     12  1.4.2.2  nathanw 
     13  1.4.2.4  nathanw EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ecoff@}
     14