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:
Justine Tunney 2024-07-23 03:16:17 -07:00
parent 62ace3623a
commit 5660ec4741
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
1585 changed files with 117353 additions and 271644 deletions

View file

@ -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__