View | Details | Raw Unified | Return to bug 194350 | Differences between
and this patch

Collapse All | Expand All

(-)tools/build/options/WITHOUT_CLANG_BOOTSTRAP (-1 / +1 lines)
Lines 1-5 Link Here
1
.\" $FreeBSD$
1
.\" $FreeBSD$
2
Set to not build the Clang C/C++ compiler during the bootstrap phase of the build.
2
Set to not build the Clang C/C++ compiler during the bootstrap phase of the build.
3
You must enable wither gcc or clang bootstrap to be able to build the system,
3
You must enable either gcc or clang bootstrap to be able to build the system,
4
unless an alternative compiiler is provided via
4
unless an alternative compiiler is provided via
5
XCC.
5
XCC.
(-)tools/build/options/WITHOUT_GCC_BOOTSTRAP (-1 / +1 lines)
Lines 1-5 Link Here
1
.\" $FreeBSD$
1
.\" $FreeBSD$
2
Set to not build gcc and g++ as part of the bootstrap process.
2
Set to not build gcc and g++ as part of the bootstrap process.
3
You must enable wither gcc or clang bootstrap to be able to build the system,
3
You must enable either gcc or clang bootstrap to be able to build the system,
4
unless an alternative compiiler is provided via
4
unless an alternative compiiler is provided via
5
XCC.
5
XCC.

Return to bug 194350