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