Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Make the sparc use the elf sets.



details:   https://anonhg.NetBSD.org/src/rev/da23ec23302f
branches:  trunk
changeset: 473512:da23ec23302f
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Jun 06 09:26:51 1999 +0000

description:
Make the sparc use the elf sets.

diffstat:

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

diffs (20 lines):

diff -r 3302f28be940 -r da23ec23302f distrib/sets/makeflist
--- a/distrib/sets/makeflist    Sun Jun 06 09:25:38 1999 +0000
+++ b/distrib/sets/makeflist    Sun Jun 06 09:26:51 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.16 1999/04/19 02:33:40 simonb Exp $
+# $NetBSD: makeflist,v 1.17 1999/06/06 09:26:51 pk Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -64,7 +64,7 @@
 arch=`echo $arch | sed s,^mipse.,mips,`
 
 # Compute toolchain  used on target cpu.
-if [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" ]; then
+if [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" -o "$arch" = "sparc" ]; then
         shlib=elf
 else
         shlib=aout



Home | Main Index | Thread Index | Old Index