Add UPDATING note about running make delete-old after libc++ 18 upgrade

PR:		279692
MFC after:	3 days

(cherry picked from commit 157802238b5aa7722aff40317fe6d05f5c975d71)
This commit is contained in:
Dimitry Andric 2024-09-05 21:55:44 +02:00
parent cc32cfab5c
commit 28ff3ab2ab

View file

@ -12,6 +12,13 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
20240419:
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.
20240415:
MFC e0f3dc82727f: If you have an arm64 system that uses ACPI, you will
need to update your loader.efi in the ESP when you update past this