Regenerate after unhooking gcc/g++ from the default build for some arches.
This commit is contained in:
parent
bec4e7f703
commit
015eb27a8b
@ -1,7 +1,7 @@
|
||||
.\" DO NOT EDIT-- this file is automatically generated.
|
||||
.\" from FreeBSD: head/tools/build/options/makeman 253304 2013-07-12 23:08:44Z bapt
|
||||
.\" $FreeBSD$
|
||||
.Dd August 29, 2013
|
||||
.Dd September 6, 2013
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -471,12 +471,17 @@ Set to not build
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build games.
|
||||
.It Va WITHOUT_GCC
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp
|
||||
Set to not install gcc and g++.
|
||||
.Bf -symbolic
|
||||
The option does not generally work for build targets, unless some alternative
|
||||
toolchain is enabled.
|
||||
.Ef
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 255326 2013-09-06 20:49:48Z zeising
|
||||
Set to not build and install gcc and g++.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, arm/arm, arm/armv6 and i386/i386.
|
||||
.It Va WITH_GCC
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising
|
||||
Set to build and install gcc and g++.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
|
||||
.It Va WITHOUT_GCOV
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build the
|
||||
@ -500,6 +505,20 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_GNU_SUPPORT
|
||||
.El
|
||||
.It Va WITHOUT_GNUCXX
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven
|
||||
Do not build the GNU C++ stack (g++, libstdc++).
|
||||
This is the default on platforms where clang is the system compiler.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386.
|
||||
.It Va WITH_GNUCXX
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven
|
||||
Build the GNU C++ stack (g++, libstdc++).
|
||||
This is the default on platforms where gcc is the system compiler.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
|
||||
.It Va WITHOUT_GNU_SUPPORT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
|
||||
Set to build some programs without optional GNU support.
|
||||
|
Loading…
Reference in New Issue
Block a user