The option COMPAT_AOUT_M68K now requires COMPAT_40 (recent mount changes),

so make sure to define COMPAT_40 too.
This commit is contained in:
he 2007-07-16 06:23:28 +00:00
parent 593a9183f0
commit 42a743dc4a
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.59 2007/06/06 08:15:54 martin Exp $
# $NetBSD: GENERIC.in,v 1.60 2007/07/16 06:23:28 he Exp $
#
# GENERIC machine description file
#
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.59 $"
#ident "GENERIC-$Revision: 1.60 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -196,6 +196,7 @@ options COMPAT_15 # compatibility with NetBSD 1.5
options COMPAT_16 # compatibility with NetBSD 1.6
options COMPAT_20 # compatibility with NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables