Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/conf Add EXEC_ELF32



details:   https://anonhg.NetBSD.org/src/rev/f974f578f156
branches:  trunk
changeset: 499860:f974f578f156
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Nov 30 22:31:27 2000 +0000

description:
Add EXEC_ELF32

diffstat:

 sys/arch/mvme68k/conf/std.mvme68k |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r e151fe290ca9 -r f974f578f156 sys/arch/mvme68k/conf/std.mvme68k
--- a/sys/arch/mvme68k/conf/std.mvme68k Thu Nov 30 22:26:26 2000 +0000
+++ b/sys/arch/mvme68k/conf/std.mvme68k Thu Nov 30 22:31:27 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.mvme68k,v 1.8 2000/06/22 20:27:54 fvdl Exp $
+#      $NetBSD: std.mvme68k,v 1.9 2000/11/30 22:31:27 scw Exp $
 #
 # Options/devices that all mvme68ks should have
 #
@@ -6,4 +6,5 @@
 machine mvme68k m68k
 
 options        EXEC_AOUT       # support for exec'ing a.out
+options        EXEC_ELF32      # support for exec'ing Elf
 options        EXEC_SCRIPT     # support for #! scripts



Home | Main Index | Thread Index | Old Index