Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Set shlib=elf for mvme68k.



details:   https://anonhg.NetBSD.org/src/rev/779ed723dc89
branches:  trunk
changeset: 500876:779ed723dc89
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Dec 19 22:35:06 2000 +0000

description:
Set shlib=elf for mvme68k.
(The mvme68k set lists still have a few problems even with this
change, but until all m68k ports -> ELF, there's no Other Way).

diffstat:

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

diffs (20 lines):

diff -r b2c8b6fd0769 -r 779ed723dc89 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Tue Dec 19 22:24:03 2000 +0000
+++ b/distrib/sets/makeflist    Tue Dec 19 22:35:06 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.25 2000/10/20 12:56:26 bjh21 Exp $
+# $NetBSD: makeflist,v 1.26 2000/12/19 22:35:06 scw 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,`
 
 # 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" ]; then
+if [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" -o "$arch" = "sparc" -o "$arch" = "sparc64" -o "$arch" = "i386" -o "$arch" = "arm26" -o "$machine" = "mvme68k" ]; then
         shlib=elf
 else
         shlib=aout



Home | Main Index | Thread Index | Old Index