mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
4746def4a207eb6eea58e8f39d434f46340cc293
When running build.sh with the cross-cc toolset, it uses the native compiler settings found in the BUILD_CC, BUILD_CFLAGS, and BUILD_LDFLAGS environment variables to create executables to run on the build system. It then sets the toolset to cc so that the cross-compilers given as CC etc. are propagated to subprocesses. This ensures both that the build system can build and execute its required programs and that final executables are cross-compiled for the target architecture.
Boost.Build =========== See the Boost.Build website at https://boostorg.github.io/build/. See the `guidelines for contributing <./CONTRIBUTING.rst>`__.
Description
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%