2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
David Michael 4746def4a2 Implement a pseudo-toolset for cross-compiling (#196)
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.
2019-02-23 09:36:23 -06:00
2018-01-22 09:45:02 -06:00
2018-09-26 09:54:06 -07:00
2018-11-18 12:00:51 -06:00
2018-11-11 20:57:27 -06:00
2018-09-26 09:54:06 -07:00
2018-09-26 09:54:06 -07:00
2018-11-18 11:27:11 -06:00

Boost.Build
===========

See the Boost.Build website at https://boostorg.github.io/build/.

See the `guidelines for contributing <./CONTRIBUTING.rst>`__.
Description
Mirrored via gitea-mirror
Readme 39 MiB
Languages
C++ 73.8%
Python 22.6%
C 1.6%
Batchfile 0.7%
Shell 0.6%
Other 0.6%