Move to the new way of specifying compat options. The backs out the

FOO = BAR form, in favor of listing the mapping in a separate file
for more compatibility with older versions of config.
This commit is contained in:
Warner Losh 2010-05-02 06:20:42 +00:00
parent 458cda3710
commit f459061b4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=207494
5 changed files with 6 additions and 5 deletions

View File

@ -54,7 +54,8 @@ options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
options COMPAT_FREEBSD32 # Compatible with i386 binaries
#options COMPAT_FREEBSD32 # Compatible with i386 binaries
options COMPAT_IA32 # Compatible with i386 binaries
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600009
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600008
STD8X16FONT?= iso

View File

@ -11,7 +11,7 @@ MP_WATCHDOG
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
COMPAT_IA32 = COMPAT_FREEBSD32
COMPAT_IA32 opt_dontuse.h
COMPAT_FREEBSD32 opt_compat.h
#IBCS2 opt_dontuse.h
#COMPAT_LINUX opt_dontuse.h

View File

@ -9,7 +9,7 @@ LOG2_PAGE_SIZE opt_global.h
UWX_TRACE_ENABLE opt_global.h
COMPAT_IA32 = COMPAT_FREEBSD32
COMPAT_IA32 opt_dontuse.h
COMPAT_FREEBSD32 opt_compat.h
EXCEPTION_TRACING opt_xtrace.h