next68k is now ELF.

This commit is contained in:
chs 2001-05-12 22:38:04 +00:00
parent b4de661569
commit bef49778fd
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: makeflist,v 1.31 2001/03/19 17:02:53 tsutsui Exp $ # $NetBSD: makeflist,v 1.32 2001/05/12 22:38:05 chs Exp $
# #
# Print out the files in some or all lists. # Print out the files in some or all lists.
# Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...] # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@ -59,7 +59,7 @@ fi
arch=`echo $arch | sed s,^mipse.,mips, | sed s,^sh3e.,sh3,` arch=`echo $arch | sed s,^mipse.,mips, | sed s,^sh3e.,sh3,`
# Compute toolchain used on target cpu. # Compute toolchain used on target cpu.
if [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" -o "$arch" = "sparc" -o "$arch" = "sparc64" -o "$arch" = "i386" -o "$arch" = "arm26" -o "$machine" = "hp300" -o "$machine" = "mvme68k" -o "$machine" = "news68k" -o "$machine" = "sun3" ]; then if [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" -o "$arch" = "sparc" -o "$arch" = "sparc64" -o "$arch" = "i386" -o "$arch" = "arm26" -o "$machine" = "hp300" -o "$machine" = "mvme68k" -o "$machine" = "news68k" -o "$machine" = "sun3" -o "$machine" = "next68k" ]; then
shlib=elf shlib=elf
else else
if [ "$arch" = "sh3" ]; then if [ "$arch" = "sh3" ]; then

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.158 2001/03/19 17:01:12 tsutsui Exp $ # $NetBSD: bsd.own.mk,v 1.159 2001/05/12 22:38:04 chs Exp $
.if !defined(_BSD_OWN_MK_) .if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1 _BSD_OWN_MK_=1
@ -106,6 +106,7 @@ NOLINT=1
${MACHINE_ARCH} == "sparc" || \ ${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \ ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "i386" || \
${MACHINE} == "next68k" || \
${MACHINE} == "sun3" || \ ${MACHINE} == "sun3" || \
${MACHINE} == "mvme68k" || \ ${MACHINE} == "mvme68k" || \
${MACHINE} == "hp300" || \ ${MACHINE} == "hp300" || \