Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.4.2.2
      1 #	$NetBSD: Makefile.arc.inc,v 1.4.2.2 2002/01/08 00:23:04 nathanw Exp $
      2 
      3 CFLAGS+=	-mips2 -mcpu=r4000
      4 AFLAGS+=	-mips2
      5 
      6 # XXX
      7 SYSTEM_LD_TAIL_EXTRA=; \
      8 		echo ${OBJCOPY} -O ecoff-littlemips $@ $@.ecoff; \
      9 		${OBJCOPY} -O ecoff-littlemips $@ $@.ecoff
     10 
     11 # XXX works *only* for kernels with one config line named "netbsd"
     12 EXTRA_CLEAN+= netbsd.ecoff
     13