forked from boostorg/config
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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user