switch cesfic to ELF.

This commit is contained in:
chs 2001-08-25 18:39:24 +00:00
parent 6fbd291760
commit 7cffe4c898
2 changed files with 4 additions and 3 deletions

View File

@ -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 @@ 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" ]; 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

View File

@ -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 @@ NOPIC?=1
${MACHINE} == "mvme68k" || \
${MACHINE} == "hp300" || \
${MACHINE} == "news68k" || \
${MACHINE} == "cesfic" || \
${MACHINE} == "arm26"
OBJECT_FMT?=ELF
.else