mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Fix bugzilla issue 24623: Rename CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp. Add libcpp and libstdcpp -target= option recognition.
This commit is contained in:
parent
1d8f290318
commit
349b493810
21 changed files with 75 additions and 62 deletions
|
@ -5,7 +5,7 @@ import core.stdc.stdio;
|
|||
|
||||
// Disabled on windows because it needs bindings
|
||||
|
||||
version (CppRuntime_Clang)
|
||||
version (CppRuntime_libcpp)
|
||||
{
|
||||
extern(C++, `std`, `__1`)
|
||||
{
|
||||
|
|
|
@ -455,7 +455,7 @@ extern (C++, std)
|
|||
{
|
||||
}
|
||||
|
||||
version (CppRuntime_Gcc)
|
||||
version (CppRuntime_libstdcpp)
|
||||
{
|
||||
// https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
|
||||
static if (__traits(getTargetInfo, "cppStd") >= 201103)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue