Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf add missing options EXEC_ELF32



details:   https://anonhg.NetBSD.org/src/rev/a244c6d8745b
branches:  trunk
changeset: 1026436:a244c6d8745b
user:      ryo <ryo%NetBSD.org@localhost>
date:      Thu Nov 25 02:36:35 2021 +0000

description:
add missing options EXEC_ELF32

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1ab8449bf0ae -r a244c6d8745b sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Thu Nov 25 02:35:00 2021 +0000
+++ b/sys/arch/amd64/conf/ALL   Thu Nov 25 02:36:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.167 2021/06/29 10:22:34 nia Exp $
+# $NetBSD: ALL,v 1.168 2021/11/25 02:36:35 ryo Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.167 $"
+#ident         "ALL-$Revision: 1.168 $"
 
 maxusers       64              # estimated number of users
 
@@ -150,6 +150,7 @@
 options        COMPAT_NETBSD32 # NetBSD 32-bit
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_LINUX32  # binary compatibility with Linux 32-bit
+options        EXEC_ELF32
 
 # Wedge support
 options        DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances



Home | Main Index | Thread Index | Old Index