diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2024-09-05 19:55:44 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-09-05 19:58:51 +0000 |
| commit | 157802238b5aa7722aff40317fe6d05f5c975d71 (patch) | |
| tree | 05378e87579fff74eb95658264f331e92fa5c999 | |
| parent | ed4d2a54fc7a0397c2042f496f176305ca03ebdd (diff) | |
Add UPDATING note about running make delete-old after libc++ 18 upgrade
PR: 279692
MFC after: 3 days
| -rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -55,6 +55,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: own packages. If you use pkgbase, you should install the relevant packages: FreeBSD-cron, FreeBSD-lp, or FreeBSD-ntp. +20240406: + Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have + been upgraded to 18.1.6. It is important that you run `make delete-old` + as described in the COMMON ITEMS section, otherwise several libc++ + headers that are obsolete and need to be removed can cause compilation + errors in C++ programs. + 20240205: For dynamically linked programs, system calls are now made from libsys rather than libc. No change in linkage is required as |
