mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
src.conf.5: regen after option description updates
This commit is contained in:
parent
0843201309
commit
8683408cec
1 changed files with 12 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
|
||||
.\" $FreeBSD$
|
||||
.Dd January 13, 2020
|
||||
.Dd January 14, 2020
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -101,9 +101,12 @@ Set to not build
|
|||
.Xr acpidump 8
|
||||
and related programs.
|
||||
.It Va WITH_AMD
|
||||
Set to build
|
||||
.Xr amd 8 ,
|
||||
and related programs.
|
||||
Set to build the legacy
|
||||
.Xr amd 8
|
||||
automount daemon and related programs.
|
||||
Note that
|
||||
.Xr autofs 5
|
||||
is the preferred automount technique.
|
||||
.It Va WITHOUT_APM
|
||||
Set to not build
|
||||
.Xr apm 8 ,
|
||||
|
|
@ -410,16 +413,19 @@ Clang C/C++ compiler.
|
|||
This is a default setting on
|
||||
amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
|
||||
.It Va WITHOUT_CLANG_IS_CC
|
||||
Set to install the GCC compiler as
|
||||
Do not install links to the Clang C/C++ compiler as
|
||||
.Pa /usr/bin/cc ,
|
||||
.Pa /usr/bin/c++
|
||||
and
|
||||
.Pa /usr/bin/cpp .
|
||||
If
|
||||
.Va WITH_GCC
|
||||
is set then links to the GCC C/C++ compiler will be installed instead.
|
||||
.Pp
|
||||
This is a default setting on
|
||||
mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf and sparc64/sparc64.
|
||||
.It Va WITH_CLANG_IS_CC
|
||||
Set to install the Clang C/C++ compiler as
|
||||
Install links to the Clang C/C++ compiler as
|
||||
.Pa /usr/bin/cc ,
|
||||
.Pa /usr/bin/c++
|
||||
and
|
||||
|
|
|
|||
Loading…
Reference in a new issue