powerpc ports use ELF shlib.

This commit is contained in:
tsubai 1999-01-20 12:42:38 +00:00
parent a5c19a3bdb
commit 30bb3309b9

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: makeflist,v 1.10 1998/07/22 17:01:43 perry Exp $ # $NetBSD: makeflist,v 1.11 1999/01/20 12:42:38 tsubai 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 ...]
@ -62,7 +62,7 @@ fi
# Compute toolchain used on target cpu. # Compute toolchain used on target cpu.
if [ "$machine" = "vax" ]; then if [ "$machine" = "vax" ]; then
shlib= shlib=
elif [ "$arch" = "mips" -o "$machine" = "alpha" ]; then elif [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" ]; then
shlib=elf shlib=elf
else else
shlib=aout shlib=aout