diff options
author | Jani Välimaa <wally@mageia.org> | 2024-02-23 20:07:04 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-02-23 20:07:04 +0200 |
commit | f5e09c2bd429e4b9081037e23db2535c484da5ae (patch) | |
tree | 562ba14c098cfa00b25cb6d8266420bb64e70dd5 /NEWS | |
parent | 17c74d69f35a2feba8f3543d70f24ccc03c0e708 (diff) | |
download | rpm-setup-f5e09c2bd429e4b9081037e23db2535c484da5ae.tar rpm-setup-f5e09c2bd429e4b9081037e23db2535c484da5ae.tar.gz rpm-setup-f5e09c2bd429e4b9081037e23db2535c484da5ae.tar.bz2 rpm-setup-f5e09c2bd429e4b9081037e23db2535c484da5ae.tar.xz rpm-setup-f5e09c2bd429e4b9081037e23db2535c484da5ae.zip |
rpmrc: remove -fcf-protection=full from i586 default flags (needs i686 or newer)
According to gcc manual [1] fcf-protection relies on Intel Control-flow
Enforcement Technology (CET) which works for i686 processor or newer.
[1] https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fcf-protection
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- rpmrc: remove -fcf-protection=full from i586 default flags (needs i686 and newer) + Version 2.74 - 23 February 2024, by Jani Välimaa - rpmeval: fix build with gcc13 - rpmrc: add -fstack-clash-protection to default flags for all supported arches |