... to override host compiler. Two-stage builds set CMAKE_C_COMPILER/
CMAKE_CXX_COMPILER in the environment, and it is error-prone to override
it in both environment and command-line. We should rely on host
rootfs to provide correct cc/c++ in $PATH.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM