Add UPDATING entry for PIE default

As of commit 9a227a2fd6 PIE is on by default for 64-bit architectures.

Relnotes:	yes
(cherry picked from commit ba7ede0b9b)
This commit is contained in:
Ed Maste 2021-02-25 10:59:54 -05:00 committed by Marcin Wojtas
parent 396e9f259d
commit f50c1c5b7c

View file

@ -12,6 +12,11 @@ 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.
20220123:
For 64-bit architectures the base system is now built with Position
Independent Executable (PIE) support enabled by default. It may be
disabled using the WITHOUT_PIE knob. A clean build is required.
20220114:
The macros provided for the manipulation of CPU sets (e.g. CPU_AND)
have been modified to take 2 source arguments instead of only 1.