From e1584c02c561794e4b05d622193226b6370df2dc Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 18 Apr 2010 01:15:47 +0000 Subject: Remap COMPAT_IA32 to COMPAT_FREEBSD32 to ease the transition of this option and not break 8.0 config files later in the 8.x branch. # Yes, this is a direct commit, since this is not relevant to head. --- sys/conf/options.amd64 | 1 + sys/conf/options.ia64 | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/conf') diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64 index 20a49a1..4f501f6 100644 --- a/sys/conf/options.amd64 +++ b/sys/conf/options.amd64 @@ -11,6 +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_FREEBSD32 opt_compat.h #IBCS2 opt_dontuse.h #COMPAT_LINUX opt_dontuse.h diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 603c5ed..cc70feb 100644 --- a/sys/conf/options.ia64 +++ b/sys/conf/options.ia64 @@ -9,6 +9,7 @@ LOG2_PAGE_SIZE opt_global.h UWX_TRACE_ENABLE opt_global.h +COMPAT_IA32 = COMPAT_FREEBSD32 COMPAT_FREEBSD32 opt_compat.h EXCEPTION_TRACING opt_xtrace.h -- cgit v1.1