Date: Sun, 15 Aug 2010 08:32:09 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r211323 - stable/8/sys/conf Message-ID: <201008150832.o7F8W9i2052628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sun Aug 15 08:32:09 2010 New Revision: 211323 URL: http://svn.freebsd.org/changeset/base/211323 Log: Need to add COMPAT_IA32 to options.i386 too Modified: stable/8/sys/conf/options.i386 Modified: stable/8/sys/conf/options.i386 ============================================================================== --- stable/8/sys/conf/options.i386 Sun Aug 15 06:10:08 2010 (r211322) +++ stable/8/sys/conf/options.i386 Sun Aug 15 08:32:09 2010 (r211323) @@ -20,6 +20,7 @@ POWERFAIL_NMI opt_trap.h # 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 opt_dontuse.h COMPAT_AOUT opt_dontuse.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008150832.o7F8W9i2052628>