mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[GCC-COMPAT] Add support library for GCC's libsupc++ and libstdc++
__throw_out_of_range_fmt is implemented in libstdc++, but it is needed by libsupc++ and that would mean we would have to link all C++ code to libstdc++.
This commit is contained in:
parent
486a20dbc4
commit
fcbccaa194
6 changed files with 97 additions and 2 deletions
|
@ -17,6 +17,8 @@ add_subdirectory(cryptlib)
|
|||
if(MSVC)
|
||||
add_subdirectory(cpprt)
|
||||
add_subdirectory(RunTmChk)
|
||||
else()
|
||||
add_subdirectory(gcc-compat)
|
||||
endif()
|
||||
|
||||
add_subdirectory(delayimp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue