2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00
Maxim Kartashev b4209d315e For sun-stlport, add -compat=5 to the command line in order to avoid build
errors on the platforms where it is not the default (like on Linux). Without
this additional option, the compiler exits with an error because
-library=stlport4 only works with the Sun ABI (-compat=5), while the default
might be GNU ABI (-compat=g).

Do the same for the stdcxx library that is also available only in -compat=5
mode. This change is not strictly necessary as the stdcxx library is only
available on Solaris, where the default is -compat=5 anyway. It has been added
as a precaution.
2017-05-22 16:52:07 +03:00
2017-05-02 16:03:45 -06:00
2016-10-26 11:55:53 +03:00
2016-10-08 14:55:19 +03:00
2016-07-12 21:54:28 +03:00

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

See the Boost.Build website at https://boost.org/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%