powerpc ports use ELF shlib.
This commit is contained in:
parent
a5c19a3bdb
commit
30bb3309b9
@ -1,6 +1,6 @@
|
||||
#!/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.
|
||||
# Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
|
||||
@ -62,7 +62,7 @@ fi
|
||||
# Compute toolchain used on target cpu.
|
||||
if [ "$machine" = "vax" ]; then
|
||||
shlib=
|
||||
elif [ "$arch" = "mips" -o "$machine" = "alpha" ]; then
|
||||
elif [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" ]; then
|
||||
shlib=elf
|
||||
else
|
||||
shlib=aout
|
||||
|
Loading…
Reference in New Issue
Block a user