Home | History | Annotate | Line # | Download | only in elf2ecoff
Makefile revision 1.11
      1  1.11      matt #	$NetBSD: Makefile,v 1.11 2009/12/14 00:43:05 matt Exp $
      2   1.1  jonathan #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      3   1.1  jonathan 
      4   1.8  gmcgarry .include <bsd.own.mk>
      5   1.8  gmcgarry 
      6  1.11      matt ABI64:=  ${CPUFLAGS:M-mabi=64:M-mabi=o64}
      7   1.7    simonb # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
      8  1.11      matt .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
      9  1.11      matt      ((${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb") && \
     10  1.11      matt       !defined(HOSTPROG) && empty(ABI64)))
     11   1.8  gmcgarry 
     12   1.1  jonathan PROG=	elf2ecoff
     13   1.9   thorpej 
     14   1.9   thorpej .endif
     15   1.9   thorpej 
     16   1.7    simonb MAN=	elf2ecoff.1
     17   1.1  jonathan 
     18   1.1  jonathan .include <bsd.prog.mk>
     19