Add "options COMPAT_AOUT_M68K".
This commit is contained in:
parent
9b343e1abc
commit
3f7cfb70ef
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.20 2000/11/25 21:46:42 scw Exp $
|
||||
# $NetBSD: GENERIC,v 1.21 2000/12/07 08:40:06 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.20 $"
|
||||
#ident "GENERIC-$Revision: 1.21 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
|
@ -50,6 +50,7 @@ options INET6 # IPV6
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
options COMPAT_09, COMPAT_10, COMPAT_11
|
||||
options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
|
||||
#options COMPAT_SUNOS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VME147,v 1.30 2000/11/25 19:33:40 scw Exp $
|
||||
# $NetBSD: VME147,v 1.31 2000/12/07 08:40:06 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
|
@ -33,6 +33,7 @@ options INET
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
|
||||
options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VME162,v 1.3 2000/11/25 21:46:43 scw Exp $
|
||||
# $NetBSD: VME162,v 1.4 2000/12/07 08:40:06 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
|
@ -36,6 +36,7 @@ options INET
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
#options COMPAT_14, COMPAT_13, COMPAT_12
|
||||
#options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VME167,v 1.7 2000/11/25 21:46:43 scw Exp $
|
||||
# $NetBSD: VME167,v 1.8 2000/12/07 08:40:06 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
|
@ -36,6 +36,7 @@ options INET
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
#options COMPAT_14, COMPAT_13, COMPAT_12
|
||||
#options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VME172,v 1.3 2000/11/25 21:46:43 scw Exp $
|
||||
# $NetBSD: VME172,v 1.4 2000/12/07 08:40:06 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
|
@ -35,6 +35,7 @@ options INET
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
#options COMPAT_15, COMPAT_14, COMPAT_13, COMPAT_12
|
||||
#options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VME177,v 1.3 2000/11/25 21:46:43 scw Exp $
|
||||
# $NetBSD: VME177,v 1.4 2000/12/07 08:40:06 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
|
@ -35,6 +35,7 @@ options INET
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
#options COMPAT_14, COMPAT_13, COMPAT_12
|
||||
#options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
|
Loading…
Reference in New Issue