Switch news68k to ELF:

- Set shlib=elf on news68k
This commit is contained in:
tsutsui 2001-03-19 17:02:53 +00:00
parent b7e1b57d70
commit 8c01e8025d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: makeflist,v 1.30 2001/02/22 07:12:55 chs Exp $
# $NetBSD: makeflist,v 1.31 2001/03/19 17:02:53 tsutsui Exp $
#
# Print out the files in some or all lists.
# 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,`
# 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" = "mvme68k" -o "$machine" = "hp300" -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" ]; then
shlib=elf
else
if [ "$arch" = "sh3" ]; then