John Baldwin <jhb_at_FreeBSD.org> wrote on Date: Fri, 30 Aug 2024 15:35:03 UTC :
> libc++ is also making this more > complicated as they are providing very little compatability at all. They've > already ripped out support for GCC 14 I believe, so you can't build current > libc++ with a released version of GCC or something crazy. That would mean that the libc++ folks have not kept https://libcxx.llvm.org/ up to date. For GCC it indicates "14" ("In C++11 or later only") and indicates a Support Policy of: "latest stable release per GCC’s release page" That might mean just 14.2 officially now. Interestingly, "Libc++ also supports common platforms and architectures" lists: arm64 for macOS 13+, Linux, and Android 5.0+ . arm for FreeBSD12+, Linux, and Android 5.0+ . But I do not expect this list is kept as up to date. === Mark Millard marklmi at yahoo.com
