mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Regen src.conf(5) after r275138.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
af97641fc6
commit
c5d09a87d4
1 changed files with 37 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.\" DO NOT EDIT-- this file is automatically generated.
|
||||
.\" from FreeBSD: head/tools/build/options/makeman 255964 2013-10-01 07:22:04Z des
|
||||
.\" $FreeBSD$
|
||||
.Dd October 21, 2014
|
||||
.Dd November 26, 2014
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -267,17 +267,17 @@ amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
|
|||
Set to not build
|
||||
.Xr cpp 1 .
|
||||
.It Va WITHOUT_CROSS_COMPILER
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 264660 2014-04-18 17:03:58Z imp
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 275138 2014-11-26 20:43:09Z gjb
|
||||
Set to not build any cross compiler in the cross-tools stage of buildworld.
|
||||
If you are compiling a different version of
|
||||
.Fx
|
||||
.Fx
|
||||
than what is installed on the system, you will need to provide an alternate
|
||||
compiler with XCC to ensure success.
|
||||
If you are compiling with an identical version of
|
||||
.Fx
|
||||
.Fx
|
||||
to the host, this option may be safely used.
|
||||
This option may also be safe when the host version of
|
||||
.Fx
|
||||
.Fx
|
||||
is close to the sources being built, but all bets are off if there have
|
||||
been any changes to the toolchain between the versions.
|
||||
When set, it also enforces the following options:
|
||||
|
|
@ -396,8 +396,8 @@ This includes the device tree compiler (dtc) and libfdt support library.
|
|||
Set to not build or install programs
|
||||
for operating floppy disk driver.
|
||||
.It Va WITH_FMAKE
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_FMAKE 266752 2014-05-27 15:52:27Z gjb
|
||||
Causes the old FreeBSD
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_FMAKE 275138 2014-11-26 20:43:09Z gjb
|
||||
Causes the old FreeBSD
|
||||
.Xr make 1
|
||||
program to be built and installed as fmake.
|
||||
.It Va WITHOUT_FMTREE
|
||||
|
|
@ -490,8 +490,8 @@ This is the default on platforms where gcc is the system compiler.
|
|||
It is a default setting on
|
||||
arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
|
||||
.It Va WITHOUT_GNU_GREP_COMPAT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 266752 2014-05-27 15:52:27Z gjb
|
||||
Set this option to omit the gnu extentions to grep from being included in
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 273421 2014-10-21 20:44:33Z emaste
|
||||
Set this option to omit the gnu extensions to grep from being included in
|
||||
BSD grep.
|
||||
.It Va WITHOUT_GNU_SUPPORT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
|
||||
|
|
@ -531,6 +531,14 @@ Set to not build or install HyperV utilities.
|
|||
.It Va WITHOUT_ICONV
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine
|
||||
Set to not build iconv as part of libc.
|
||||
.It Va WITHOUT_INCLUDES
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INCLUDES 275138 2014-11-26 20:43:09Z gjb
|
||||
Set to not install header files.
|
||||
This option used to be spelled
|
||||
.Va NO_INCS .
|
||||
.Bf -symbolic
|
||||
The option does not work for build targets.
|
||||
.Ef
|
||||
.It Va WITHOUT_INET
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
|
||||
Set to not build programs and libraries related to IPv4 networking.
|
||||
|
|
@ -668,8 +676,8 @@ Set to not build programs that support a legacy PC console; e.g.,
|
|||
and
|
||||
.Xr vidcontrol 8 .
|
||||
.It Va WITHOUT_LIB32
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
|
||||
On amd64, set to not build 32-bit library set and a
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 274664 2014-11-18 17:06:48Z imp
|
||||
On 64-bit platforms, set to not build 32-bit library set and a
|
||||
.Nm ld-elf32.so.1
|
||||
runtime linker.
|
||||
.It Va WITHOUT_LIBCPLUSPLUS
|
||||
|
|
@ -938,12 +946,11 @@ This includes
|
|||
.Xr rsh 1 ,
|
||||
etc.
|
||||
.It Va WITHOUT_RCS
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 271401 2014-09-10 19:00:17Z asomers
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb
|
||||
Set to not build
|
||||
.Xr rcs 1
|
||||
,
|
||||
.Xr etcupdate 8
|
||||
, and related utilities.
|
||||
.Xr rcs 1 ,
|
||||
.Xr etcupdate 8 ,
|
||||
and related utilities.
|
||||
.It Va WITHOUT_RESCUE
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build
|
||||
|
|
@ -1047,6 +1054,15 @@ See
|
|||
.Xr tests 7
|
||||
for more details.
|
||||
This also disables the build of all test-related dependencies, including ATF.
|
||||
When set, it also enforces the following options:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_TESTS_SUPPORT
|
||||
.El
|
||||
.It Va WITHOUT_TESTS_SUPPORT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp
|
||||
Set to disables the build of all test-related dependencies, including ATF.
|
||||
.It Va WITHOUT_TEXTPROC
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
|
||||
Set to not build
|
||||
|
|
@ -1080,6 +1096,8 @@ When set, it also enforces the following options:
|
|||
.Va WITHOUT_GCC
|
||||
.It
|
||||
.Va WITHOUT_GDB
|
||||
.It
|
||||
.Va WITHOUT_INCLUDES
|
||||
.El
|
||||
.It Va WITHOUT_UNBOUND
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des
|
||||
|
|
@ -1089,6 +1107,9 @@ and related programs.
|
|||
.It Va WITHOUT_USB
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build USB-related programs and libraries.
|
||||
.It Va WITHOUT_USB_GADGET_EXAMPLES
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp
|
||||
Set to build USB gadget kernel modules.
|
||||
.It Va WITHOUT_UTMPX
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed
|
||||
Set to not build user accounting tools such as
|
||||
|
|
|
|||
Loading…
Reference in a new issue