mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
b2c76c41be
Remove /^\.\\"\s*\$FreeBSD\$$\n/
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
Do not opportunistically skip building a cross-compiler during the
|
|
bootstrap phase of the build.
|
|
Normally, if the currently installed compiler matches the planned bootstrap
|
|
compiler type and revision, then it will not be built.
|
|
This does not prevent a compiler from being built for installation though,
|
|
only for building one for the build itself.
|
|
The
|
|
.Va WITHOUT_CLANG
|
|
option controls that.
|