Home | History | Annotate | Line # | Download | only in conf
Makefile.arc.inc revision 1.1.2.3
      1 #	$NetBSD: Makefile.arc.inc,v 1.1.2.3 2001/04/21 17:53:08 bouyer Exp $
      2 
      3 CFLAGS+=	-mips2 -mcpu=r4000
      4 AFLAGS+=	-mips2
      5 
      6 # Used if DEBUG != ""
      7 DEBUG_SYSTEM_LD_TAIL+=; \
      8 		echo mv -f $@ $@.gdb; mv -f $@ $@.gdb; \
      9 		echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
     10 		${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
     11 
     12 # XXX
     13 POST_STRIP_SYSTEM_LD_TAIL=; \
     14 		echo ${OBJCOPY} --output-target=ecoff-littlemips $@ $@.ecoff; \
     15 		${OBJCOPY} --output-target=ecoff-littlemips $@ $@.ecoff
     16