Home | History | Annotate | Line # | Download | only in conf
Makefile.sgimips.inc revision 1.11
      1 #	$NetBSD: Makefile.sgimips.inc,v 1.11 2006/12/22 21:07:52 rumble Exp $
      2 
      3 WANT_ECOFF?=no
      4 
      5 .if ${WANT_ECOFF} == "yes"
      6 SYSTEM_LD_TAIL_EXTRA=; \
      7 		echo ${ELF2ECOFF} $@ $@.ecoff; ${ELF2ECOFF} $@ $@.ecoff; \
      8 		chmod 755 $@.ecoff
      9 .endif
     10