CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/07 08:59:32
Modified files:
gnu/lib/libcxx : Makefile
gnu/lib/libcxx/include/c++/v1: __config_site
gnu/lib/libcxxabi: Makefile
Log message:
Fix PSTL backend (names) in __config_site
Upstream libc++ renamed these macros in the following commit:
https://github.com/llvm/llvm-project/commit/d423d80
We had the correct names in the libcxx* makefiles, so no ABI changes are
required.
Reported by c2qd and also provided the __config_site diff. OK robert@