Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets Atari now has ELF shared libs.



details:   https://anonhg.NetBSD.org/src/rev/9bc57335f796
branches:  trunk
changeset: 514677:9bc57335f796
user:      thomas <thomas%NetBSD.org@localhost>
date:      Sat Sep 08 11:09:26 2001 +0000

description:
Atari now has ELF shared libs.

diffstat:

 distrib/sets/makeflist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r fd9b72241fab -r 9bc57335f796 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Sat Sep 08 07:13:04 2001 +0000
+++ b/distrib/sets/makeflist    Sat Sep 08 11:09:26 2001 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index