Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.4.2.3
      1  1.4.2.3  nathanw #	$NetBSD: Makefile.arc.inc,v 1.4.2.3 2002/02/28 04:07:12 nathanw 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.3  nathanw 	echo ${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident $@ $@.ecoff; \
      9  1.4.2.3  nathanw 	${OBJCOPY} -O ecoff-littlemips -R .mdebug -R .ident $@ $@.ecoff
     10  1.4.2.2  nathanw 
     11  1.4.2.2  nathanw # XXX works *only* for kernels with one config line named "netbsd"
     12  1.4.2.2  nathanw EXTRA_CLEAN+= netbsd.ecoff
     13