Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src convert luna68k to ELF. ok'd by nisimura.
details: https://anonhg.NetBSD.org/src/rev/213e89ec592e
branches: trunk
changeset: 519633:213e89ec592e
user: chs <chs%NetBSD.org@localhost>
date: Sat Dec 22 23:38:20 2001 +0000
description:
convert luna68k to ELF. ok'd by nisimura.
diffstat:
share/mk/bsd.own.mk | 4 +++-
sys/arch/luna68k/conf/GENERIC | 6 ++++--
sys/arch/luna68k/conf/files.luna68k | 8 +++++++-
sys/arch/luna68k/conf/std.luna68k | 4 ++--
4 files changed, 16 insertions(+), 6 deletions(-)
diffs (84 lines):
diff -r ef1232acc891 -r 213e89ec592e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Dec 22 23:17:35 2001 +0000
+++ b/share/mk/bsd.own.mk Sat Dec 22 23:38:20 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.238 2001/12/20 18:29:47 thorpej Exp $
+# $NetBSD: bsd.own.mk,v 1.239 2001/12/22 23:38:20 chs Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -27,6 +27,7 @@
${MACHINE} == "hp300" || \
${MACHINE} == "news68k" || \
${MACHINE} == "cesfic" || \
+ ${MACHINE} == "luna68k" || \
${MACHINE} == "atari"
USE_NEW_TOOLCHAIN=nowarn
.endif
@@ -278,6 +279,7 @@
${MACHINE} == "hp300" || \
${MACHINE} == "news68k" || \
${MACHINE} == "cesfic" || \
+ ${MACHINE} == "luna68k" || \
${MACHINE} == "atari"
OBJECT_FMT?= ELF
.else
diff -r ef1232acc891 -r 213e89ec592e sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Sat Dec 22 23:17:35 2001 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Sat Dec 22 23:38:20 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.24 2001/12/14 05:34:48 gmcgarry Exp $
+# $NetBSD: GENERIC,v 1.25 2001/12/22 23:38:20 chs Exp $
#
# GENERIC machine description file
#
@@ -20,7 +20,7 @@
include "arch/luna68k/conf/std.luna68k"
-#ident "GENERIC-$Revision: 1.24 $"
+#ident "GENERIC-$Revision: 1.25 $"
maxusers 8
@@ -60,6 +60,8 @@
options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
+options COMPAT_AOUT_M68K # support for NetBSD a.out executables
+options EXEC_AOUT # support for a.out executables
# Filesystem options
file-system FFS # ufs file system
diff -r ef1232acc891 -r 213e89ec592e sys/arch/luna68k/conf/files.luna68k
--- a/sys/arch/luna68k/conf/files.luna68k Sat Dec 22 23:17:35 2001 +0000
+++ b/sys/arch/luna68k/conf/files.luna68k Sat Dec 22 23:38:20 2001 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: files.luna68k,v 1.4 2001/01/17 00:07:27 fvdl Exp $
+# $NetBSD: files.luna68k,v 1.5 2001/12/22 23:38:20 chs Exp $
#
maxpartitions 8
maxusers 2 8 64
@@ -69,3 +69,9 @@
# "Workstation Console" glue.
include "dev/wscons/files.wscons"
+
+
+# Compatibility modules
+
+# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
+include "compat/aoutm68k/files.aoutm68k"
diff -r ef1232acc891 -r 213e89ec592e sys/arch/luna68k/conf/std.luna68k
--- a/sys/arch/luna68k/conf/std.luna68k Sat Dec 22 23:17:35 2001 +0000
+++ b/sys/arch/luna68k/conf/std.luna68k Sat Dec 22 23:38:20 2001 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: std.luna68k,v 1.3 2001/11/20 12:56:31 lukem Exp $
+# $NetBSD: std.luna68k,v 1.4 2001/12/22 23:38:21 chs Exp $
machine luna68k m68k
-options EXEC_AOUT # exec a.out binaries
+options EXEC_ELF # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
Home |
Main Index |
Thread Index |
Old Index