Don't be confused with trigraphs.
EXEC_ELF -> EXEC_ELF32
This commit is contained in:
parent
56876e818a
commit
0c23284a1c
@ -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 @@ file-system FFS # Berkeley fast file system
|
||||
#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 USERCONF # userconf(4) support
|
||||
#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
|
||||
|
||||
|
@ -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 @@ clock0 at mainbus0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user