mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 00:08:30 +00:00
Release Cosmopolitan v3.6.0
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
This commit is contained in:
parent
62ace3623a
commit
5660ec4741
1585 changed files with 117353 additions and 271644 deletions
9
third_party/libcxx/__config_site
vendored
9
third_party/libcxx/__config_site
vendored
|
@ -35,6 +35,12 @@ __static_yoink("__demangle");
|
|||
#define _LIBCPP_NO_VCRUNTIME
|
||||
#define _LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION 1
|
||||
#define _LIBCPP_REMOVE_TRANSITIVE_INCLUDES
|
||||
#define _LIBCPP_HAS_THREAD_API_PTHREAD
|
||||
#define _LIBCPP_NO_VCRUNTIME
|
||||
#define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
|
||||
#define _LIBCPP_HAS_CLOCK_GETTIME
|
||||
|
||||
#define _LIBCPP_HARDENING_MODE_DEFAULT 2
|
||||
|
||||
#ifdef MODE_DBG
|
||||
#define _LIBCPP_ENABLE_DEBUG_MODE
|
||||
|
@ -44,8 +50,7 @@ __static_yoink("__demangle");
|
|||
#endif
|
||||
|
||||
// PSTL backends
|
||||
#define _LIBCPP_PSTL_CPU_BACKEND_SERIAL
|
||||
#define _LIBCPP_PSTL_CPU_BACKEND_THREAD
|
||||
#define _LIBCPP_PSTL_BACKEND_STD_THREAD
|
||||
|
||||
// __USE_MINGW_ANSI_STDIO gets redefined on MinGW
|
||||
#ifdef __clang__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue