]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITHOUT_CROSS_COMPILER
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / tools / build / options / WITHOUT_CROSS_COMPILER
1 .\" $FreeBSD$
2 Set to not build any cross compiler in the cross-tools stage of buildworld.
3 When compiling a different version of
4 .Fx
5 than what is installed on the system, provide an alternate
6 compiler with XCC to ensure success.
7 When compiling with an identical version of
8 .Fx
9 to the host, this option may be safely used.
10 This option may also be safe when the host version of
11 .Fx
12 is close to the sources being built, but all bets are off if there have
13 been any changes to the toolchain between the versions.