Atari now has ELF shared libs.
This commit is contained in:
parent
421be662fc
commit
623e0e4979
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: makeflist,v 1.34 2001/08/25 18:39:24 chs Exp $
|
||||
# $NetBSD: makeflist,v 1.35 2001/09/08 11:09:26 thomas 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" = "hp300" -o "$machine" = "mvme68k" -o "$machine" = "news68k" -o "$machine" = "sun3" -o "$machine" = "next68k" -o "$machine" = "cesfic" ]; 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" -o "$machine" = "cesfic" -o "$machine" = "atari" ]; then
|
||||
shlib=elf
|
||||
else
|
||||
if [ "$arch" = "sh3" ]; then
|
||||
|
|
Loading…
Reference in New Issue