Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Now the default ecexutable is ELF.



details:   https://anonhg.NetBSD.org/src/rev/6c99c56a6492
branches:  trunk
changeset: 514682:6c99c56a6492
user:      thomas <thomas%NetBSD.org@localhost>
date:      Sat Sep 08 11:19:06 2001 +0000

description:
Now the default ecexutable is ELF.
Add COMPAT_AOUT_M68K to GENERIC options.

diffstat:

 sys/arch/atari/conf/GENERIC.in  |  5 +++--
 sys/arch/atari/conf/files.atari |  5 ++++-
 sys/arch/atari/conf/std.atari   |  4 ++--
 sys/arch/atari/conf/std.hades   |  4 ++--
 sys/arch/atari/conf/std.milan   |  4 ++--
 5 files changed, 13 insertions(+), 9 deletions(-)

diffs (96 lines):

diff -r a1740af53c42 -r 6c99c56a6492 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Sat Sep 08 11:16:43 2001 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Sat Sep 08 11:19:06 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.8 2001/09/01 23:08:41 atatat Exp $
+#      $NetBSD: GENERIC.in,v 1.9 2001/09/08 11:19:06 thomas Exp $
 #
 # Generic atari
 #
@@ -134,9 +134,10 @@
 #options       COMPAT_SUNOS    # Support to run Sun-3 executables
 #options       COMPAT_SVR4     # Support to run SVR4 executables
 #options       COMPAT_LINUX    # Support to run Linux/m68k executables
-#options       EXEC_ELF32      # 32-bit ELF executables (Linux, SVR4)
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 #endif
+options                COMPAT_AOUT_M68K # Compatibility to a.out executables
+options                EXEC_AOUT       # a.out format executables
 
 #ifndef INSTALL_KERNEL
 #
diff -r a1740af53c42 -r 6c99c56a6492 sys/arch/atari/conf/files.atari
--- a/sys/arch/atari/conf/files.atari   Sat Sep 08 11:16:43 2001 +0000
+++ b/sys/arch/atari/conf/files.atari   Sat Sep 08 11:19:06 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: files.atari,v 1.88 2001/07/09 14:49:49 leo Exp $
+#      $NetBSD: files.atari,v 1.89 2001/09/08 11:19:06 thomas Exp $
 
 maxpartitions 16
 
@@ -230,6 +230,9 @@
 
 # Compatibility modules
 
+# a.out compatibility
+include "compat/aoutm68k/files.aoutm68k"
+
 # SunOS Binary Compatibility (COMPAT_SUNOS)
 include "compat/sunos/files.sunos"
 file   arch/m68k/m68k/sunos_machdep.c  compat_sunos
diff -r a1740af53c42 -r 6c99c56a6492 sys/arch/atari/conf/std.atari
--- a/sys/arch/atari/conf/std.atari     Sat Sep 08 11:16:43 2001 +0000
+++ b/sys/arch/atari/conf/std.atari     Sat Sep 08 11:19:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.atari,v 1.20 2001/04/05 12:21:30 leo Exp $
+#      $NetBSD: std.atari,v 1.21 2001/09/08 11:19:06 thomas Exp $
 #
 # standard atari information
 #
@@ -7,7 +7,7 @@
 options                _ATARIHW_               # Original Atari like mainboard hw.
 
 options        EXEC_SCRIPT             # Support #!
-options        EXEC_AOUT               # a.out format executables
+options        EXEC_ELF32              # 32-bit ELF executables
 
 mainbus0       at root
 
diff -r a1740af53c42 -r 6c99c56a6492 sys/arch/atari/conf/std.hades
--- a/sys/arch/atari/conf/std.hades     Sat Sep 08 11:16:43 2001 +0000
+++ b/sys/arch/atari/conf/std.hades     Sat Sep 08 11:19:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.hades,v 1.1 2001/04/05 12:21:30 leo Exp $
+#      $NetBSD: std.hades,v 1.2 2001/09/08 11:19:07 thomas Exp $
 #
 # standard atari information
 #
@@ -7,7 +7,7 @@
 options                _ATARIHW_               # Original Atari like mainboard hw.
 
 options        EXEC_SCRIPT             # Support #!
-options        EXEC_AOUT               # a.out format executables
+options        EXEC_ELF32              # 32-bit ELF executables
 
 mainbus0       at root
 
diff -r a1740af53c42 -r 6c99c56a6492 sys/arch/atari/conf/std.milan
--- a/sys/arch/atari/conf/std.milan     Sat Sep 08 11:16:43 2001 +0000
+++ b/sys/arch/atari/conf/std.milan     Sat Sep 08 11:19:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.milan,v 1.1 2001/04/05 12:21:30 leo Exp $
+#      $NetBSD: std.milan,v 1.2 2001/09/08 11:19:07 thomas Exp $
 #
 # standard atari information
 #
@@ -7,7 +7,7 @@
 options                _MILANHW_
 
 options        EXEC_SCRIPT             # Support #!
-options        EXEC_AOUT               # a.out format executables
+options        EXEC_ELF32              # 32-bit ELF executables
 
 mainbus0       at root
 



Home | Main Index | Thread Index | Old Index