Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/elf2aout Build on m68k and powerpc: needed for amiga...



details:   https://anonhg.NetBSD.org/src/rev/5f643968bacc
branches:  trunk
changeset: 486400:5f643968bacc
user:      is <is%NetBSD.org@localhost>
date:      Sun May 21 06:48:08 2000 +0000

description:
Build on m68k and powerpc: needed for amigappc kernel with old boot loader.

diffstat:

 usr.bin/elf2aout/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 0ef665d0bb1a -r 5f643968bacc usr.bin/elf2aout/Makefile
--- a/usr.bin/elf2aout/Makefile Sun May 21 05:42:01 2000 +0000
+++ b/usr.bin/elf2aout/Makefile Sun May 21 06:48:08 2000 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 1999/06/09 02:54:17 simonb Exp $
+#      $NetBSD: Makefile,v 1.5 2000/05/21 06:48:08 is Exp $
 #      from: @(#)Makefile      5.4 (Berkeley) 5/11/90
 
-# Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
-.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
+# 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")
 PROG=  elf2aout
 .endif
 



Home | Main Index | Thread Index | Old Index