Date: Sun, 15 Aug 2010 02:35:31 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: tim@kientzle.com Cc: svn-src-stable@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, svn-src-stable-8@FreeBSD.org Subject: Re: svn commit: r211310 - stable/8/sys/conf Message-ID: <20100815.023531.319083499606209625.imp@bsdimp.com> In-Reply-To: <1B6F3618-9EEF-4C94-B198-8E0900AC5794@kientzle.com> References: <201008141840.o7EIe5ju035714@svn.freebsd.org> <1B6F3618-9EEF-4C94-B198-8E0900AC5794@kientzle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <1B6F3618-9EEF-4C94-B198-8E0900AC5794@kientzle.com> Tim Kientzle <tim@kientzle.com> writes: : On Aug 14, 2010, at 11:40 AM, Warner Losh wrote: : : > Author: imp : > Date: Sat Aug 14 18:40:05 2010 : > New Revision: 211310 : > URL: http://svn.freebsd.org/changeset/base/211310 : > : > Log: : > Map COMPAT_IA32 to COMPAT_FREEBSD32 : > : > Added: : > stable/8/sys/conf/options-compat (contents, props changed) : > : > Added: stable/8/sys/conf/options-compat : > ============================================================================== : > --- /dev/null 00:00:00 1970 (empty, because file is newly added) : > +++ stable/8/sys/conf/options-compat Sat Aug 14 18:40:05 2010 (r211310) : > @@ -0,0 +1,2 @@ : > +# $FreeBSD$ : > +COMPAT_IA32 COMPAT_FREEBSD32 : : This breaks the build for i386. : : "make kernel" in a clean checkout produces an error about : "COMPAT_IA32 not in options". Yea, I neglected to commit the options.i386 file. I've just done that now. I may also need to commit this to mips, et al. Doing test builds to find out. Grump. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100815.023531.319083499606209625.imp>