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 without EXE...



details:   https://anonhg.NetBSD.org/src/rev/f8dc6539a0a2
branches:  trunk
changeset: 473754:f8dc6539a0a2
user:      is <is%NetBSD.org@localhost>
date:      Fri Jun 18 05:56:45 1999 +0000

description:
COMPAT_SVR4 does not compile without EXEC_ELF32.

diffstat:

 sys/arch/amiga/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2558482f4216 -r f8dc6539a0a2 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Jun 18 05:37:30 1999 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Jun 18 05:56:45 1999 +0000
@@ -1,4 +1,4 @@
-#      $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 $
 
 #
 #if 0
@@ -99,7 +99,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