Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.4.2.2
      1  1.4.2.2  nathanw #	$NetBSD: Makefile.arc.inc,v 1.4.2.2 2002/01/08 00:23:04 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.2  nathanw 		echo ${OBJCOPY} -O ecoff-littlemips $@ $@.ecoff; \
      9  1.4.2.2  nathanw 		${OBJCOPY} -O ecoff-littlemips $@ $@.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