Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf COMPAT_SVR4 does not compile witout EXEC...



details:   https://anonhg.NetBSD.org/src/rev/cd1fb8b3dbac
branches:  trunk
changeset: 473755:cd1fb8b3dbac
user:      is <is%NetBSD.org@localhost>
date:      Fri Jun 18 05:57:31 1999 +0000

description:
COMPAT_SVR4 does not compile witout EXEC_ELF32

diffstat:

 sys/arch/amiga/conf/AMIGA |  6 +++---
 sys/arch/amiga/conf/DRACO |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r f8dc6539a0a2 -r cd1fb8b3dbac sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Fri Jun 18 05:56:45 1999 +0000
+++ b/sys/arch/amiga/conf/AMIGA Fri Jun 18 05:57:31 1999 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: AMIGA,v 1.17 1999/05/17 20:08:23 is Exp $
+# $NetBSD: AMIGA,v 1.18 1999/06/18 05:57:31 is Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.124 1999/05/17 19:42:56 is Exp $
+#$ NetBSD: GENERIC,v 1.125 1999/06/18 05:56:45 is Exp $
 
 include "arch/amiga/conf/std.amiga"
 
@@ -84,7 +84,7 @@
 options        COMPAT_SVR4     # Support to run SVR4 (m68k) executables
 options        COMPAT_NOMID    # allow nonvalid machine id executables
 #options       COMPAT_LINUX    # Support to run Linux/m68k executables
-#options       EXEC_ELF32      # 32-bit ELF executables (Linux, SVR4)
+options        EXEC_ELF32      # 32-bit ELF executables (Linux, SVR4)
 
 #Support for System V IPC facilities.
 
diff -r f8dc6539a0a2 -r cd1fb8b3dbac sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Fri Jun 18 05:56:45 1999 +0000
+++ b/sys/arch/amiga/conf/DRACO Fri Jun 18 05:57:31 1999 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: DRACO,v 1.36 1999/05/17 20:08:23 is Exp $
+# $NetBSD: DRACO,v 1.37 1999/06/18 05:57:31 is Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.124 1999/05/17 19:42:56 is Exp $
+#$ NetBSD: GENERIC,v 1.125 1999/06/18 05:56:45 is Exp $
 
 include "arch/amiga/conf/std.amiga"
 
@@ -73,7 +73,7 @@
 options        COMPAT_SVR4     # Support to run SVR4 (m68k) executables
 options        COMPAT_NOMID    # allow nonvalid machine id executables
 #options       COMPAT_LINUX    # Support to run Linux/m68k executables
-#options       EXEC_ELF32      # 32-bit ELF executables (Linux, SVR4)
+options        EXEC_ELF32      # 32-bit ELF executables (Linux, SVR4)
 
 #Support for System V IPC facilities.
 



Home | Main Index | Thread Index | Old Index