Build elf2aout on m68000.
This commit is contained in:
parent
d617871b0c
commit
4c30682327
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/05/21 06:48:08 is Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2002/03/22 00:17:56 fredette Exp $
|
||||
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
||||
|
||||
# Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs,
|
||||
# and on m68k/powerpc, for kernels with old amigappc bootblocks.
|
||||
.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc")
|
||||
.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc")
|
||||
PROG= elf2aout
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue