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