Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amigappc/conf Don't be confused with trigraphs.



details:   https://anonhg.NetBSD.org/src/rev/b4ba7061001c
branches:  trunk
changeset: 573278:b4ba7061001c
user:      is <is%NetBSD.org@localhost>
date:      Mon Jan 24 15:49:29 2005 +0000

description:
Don't be confused with trigraphs.
EXEC_ELF -> EXEC_ELF32

diffstat:

 sys/arch/amigappc/conf/NULL         |  5 ++---
 sys/arch/amigappc/conf/std.amigappc |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 102b8f1e0b99 -r b4ba7061001c sys/arch/amigappc/conf/NULL
--- a/sys/arch/amigappc/conf/NULL       Mon Jan 24 13:08:35 2005 +0000
+++ b/sys/arch/amigappc/conf/NULL       Mon Jan 24 15:49:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NULL,v 1.16 2004/11/10 17:25:21 christos Exp $
+# $NetBSD: NULL,v 1.17 2005/01/24 15:49:29 is Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
@@ -92,7 +92,6 @@
 #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                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
 #Support for System V IPC facilities.
@@ -119,7 +118,7 @@
 #options       DEBUG           # Enable misc. kernel debugging code
 #options       SYSCALL_DEBUG   # debug all syscalls.
 #options       SCSIDEBUG       # Add SCSI debugging statements
-#options       PANICBUTTON     # Forced crash via keypress (???)
+#options       PANICBUTTON     # Forced crash via keypress (?)
 
 #Amiga specific options
 
diff -r 102b8f1e0b99 -r b4ba7061001c sys/arch/amigappc/conf/std.amigappc
--- a/sys/arch/amigappc/conf/std.amigappc       Mon Jan 24 13:08:35 2005 +0000
+++ b/sys/arch/amigappc/conf/std.amigappc       Mon Jan 24 15:49:29 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.amigappc,v 1.3 2003/02/03 17:09:54 matt Exp $
+#      $NetBSD: std.amigappc,v 1.4 2005/01/24 15:49:29 is Exp $
 
 # standard amiga information
 
@@ -10,7 +10,7 @@
 kbd0   at mainbus0
 zbus0  at mainbus0
 
-options        EXEC_ELF
+options        EXEC_ELF32
 options        EXEC_SCRIPT
 options        PPC_OEA
 makeoptions    PPCDIR="oea"    # Tell Makefile.powerpc what dir to use



Home | Main Index | Thread Index | Old Index