svn commit: r221541 - head/tools/build/options

Alexander Best arundel at freebsd.org
Fri May 6 19:39:56 UTC 2011


On Fri May  6 11, Ruslan Ermilov wrote:
> Author: ru
> Date: Fri May  6 19:14:06 2011
> New Revision: 221541
> URL: http://svn.freebsd.org/changeset/base/221541
> 
> Log:
>   MK_GPIO changed its default; reflect.

could you also have a look at WITHOUT_SSP? the description says that it only
affects world, but looking at sys/conf/kern.mk, it also triggers the
-fstack-protector flag for the kernel. so it has an effect both on world AND
kernel, if i understood things correctly.

cheers.
alex

> 
> Added:
>   head/tools/build/options/WITHOUT_GPIO
>      - copied, changed from r221204, head/tools/build/options/WITH_GPIO
> Deleted:
>   head/tools/build/options/WITH_GPIO
> 
> Copied and modified: head/tools/build/options/WITHOUT_GPIO (from r221204, head/tools/build/options/WITH_GPIO)
> ==============================================================================
> --- head/tools/build/options/WITH_GPIO	Fri Apr 29 10:33:54 2011	(r221204, copy source)
> +++ head/tools/build/options/WITHOUT_GPIO	Fri May  6 19:14:06 2011	(r221541)
> @@ -1,2 +1,4 @@
>  .\" $FreeBSD$
> -Set to build gpioctl(8) as part of the base system.
> +Set to not build
> +.Xr gpioctl 8
> +as part of the base system.

-- 
a13x


More information about the svn-src-head mailing list