Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2015 07:54:37 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r280728 - head/sys/conf
Message-ID:  <D23492A7-9C96-4E1F-AC3B-73092015338D@FreeBSD.org>
In-Reply-To: <201503270235.t2R2ZQeA047220@svn.freebsd.org>
References:  <201503270235.t2R2ZQeA047220@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 27 Mar 2015, at 02:35 , Warner Losh <imp@FreeBSD.org> wrote:
>=20
> Author: imp
> Date: Fri Mar 27 02:35:25 2015
> New Revision: 280728
> URL: https://svnweb.freebsd.org/changeset/base/280728
>=20
> Log:
>  Categorize certain kernel builds as being broken in certain places.
>=20
>  Differential Revision: https://reviews.freebsd.org/D2011
>=20
> Modified:
>  head/sys/conf/kern.opts.mk
>=20
> Modified: head/sys/conf/kern.opts.mk
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/sys/conf/kern.opts.mk	Fri Mar 27 02:35:11 2015	=
(r280727)
> +++ head/sys/conf/kern.opts.mk	Fri Mar 27 02:35:25 2015	=
(r280728)
> @@ -75,6 +75,34 @@ BROKEN_OPTIONS+=3D EISA
> BROKEN_OPTIONS+=3D OFED
> .endif
>=20
> +# Options that cannot be turned on this architecture, usually because
> +# of compilation or other issues so severe it cannot be used even
> +# on an experimental basis
> +__ALWAYS_NO_OPTIONS=3D
> +
> +# Things that don't work based on the CPU
> +.if ${MACHINE_CPUARCH} =3D=3D "arm"
> +__ALWAYS_NO_OPTIONS+=3D CDDL ZFS
> +.endif
> +
> +.if ${MACHINE_CPUARCH} =3D=3D "mips"
> +__ALWAYS_NO_OPTIONS+=3D CDDL ZFS
> +.endif
> +


Wouldn=E2=80=99t this also mean no Dtrace on arm or mips?  Please revert =
this.


=E2=80=94=20
Bjoern A. Zeeb                                  Charles Haddon Spurgeon:
"Friendship is one of the sweetest joys of life.  Many might have failed
 beneath the bitterness of their trial  had they not found a friend."




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D23492A7-9C96-4E1F-AC3B-73092015338D>