mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
b4209d315e514dc5b8f8f31eb400c8dff39d0bb5
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.
Boost.Build =========== See the Boost.Build website at https://boost.org/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%