Skip to content

Commit

Permalink
Add UPDATING note about running make delete-old after libc++ 18 upgrade
Browse files Browse the repository at this point in the history
PR:		279692
MFC after:	3 days

(cherry picked from commit 1578022)
  • Loading branch information
DimitryAndric committed Sep 8, 2024
1 parent 837d998 commit 6b147f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -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.

20240218:
MFC of 713db49d06de changed 'struct ieee80211vap' internals in net80211.
Given we do not have enough spares and the struct is allocated by
Expand Down

0 comments on commit 6b147f6

Please sign in to comment.