Don't add address model in Embarcadero toolset name

None of the other toolset names include a 32/64-bit indicator. Also,
there is little danger of mixing object files compiled with both the
classic and Clang-based Embarcadero compilers, as the linker now [warns
about it][1].

[1]: https://blogs.embarcadero.com/issues-mixing-classic-and-clang-objects-linker-warnings-improving-app-stability/
This commit is contained in:
Tanzinul Islam
2020-11-25 15:41:18 +00:00
parent a9bc134610
commit 2e4b1fd404

View File

@@ -190,11 +190,7 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c
# elif defined(BOOST_EMBTC_WINDOWS)
// Embarcadero Clang based compilers:
# if defined(BOOST_EMBTC_WIN32C)
# define BOOST_LIB_TOOLSET "bcb32"
# elif defined(BOOST_EMBTC_WIN64)
# define BOOST_LIB_TOOLSET "bcb64"
# endif
# define BOOST_LIB_TOOLSET "bcb"
# elif defined(BOOST_BORLANDC)