Actions
Task #967
closedBuild Boost with LLVM libc++
Start date:
06/16/2015
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
Description
Currently, Boost libraries are built against GNU libstdc++, which is not binary compatible with LLVM libc++. This makes impossible usage of prebuilt Boost libraries in projects where LLVM libc++ used as APP_STL. We need build two versions of Boost libraries (with GNU libstdc++ and with LLVM libc++) and choose proper one depending on APP_STL value.
Actions