Source-Changes-HG archive

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

[src/trunk]: src switch cesfic to ELF.



details:   https://anonhg.NetBSD.org/src/rev/36314e24578b
branches:  trunk
changeset: 514203:36314e24578b
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Aug 25 18:39:24 2001 +0000

description:
switch cesfic to ELF.

diffstat:

 distrib/sets/makeflist |  4 ++--
 share/mk/bsd.own.mk    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r d93670cca430 -r 36314e24578b distrib/sets/makeflist
--- a/distrib/sets/makeflist    Sat Aug 25 18:37:20 2001 +0000
+++ b/distrib/sets/makeflist    Sat Aug 25 18:39:24 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.33 2001/08/19 13:15:18 mrg Exp $
+# $NetBSD: makeflist,v 1.34 2001/08/25 18:39:24 chs 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" ]; 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" ]; then
        shlib=elf
 else
        if [ "$arch" = "sh3" ]; then
diff -r d93670cca430 -r 36314e24578b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Aug 25 18:37:20 2001 +0000
+++ b/share/mk/bsd.own.mk       Sat Aug 25 18:39:24 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.175 2001/08/19 14:24:44 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.176 2001/08/25 18:39:24 chs Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -120,6 +120,7 @@
     ${MACHINE} == "mvme68k" || \
     ${MACHINE} == "hp300" || \
     ${MACHINE} == "news68k" || \
+    ${MACHINE} == "cesfic" || \
     ${MACHINE} == "arm26"
 OBJECT_FMT?=ELF
 .else



Home | Main Index | Thread Index | Old Index