diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index 8ccd9b2948b1..7ce16e22f825 100755 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -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