forked from pool/glibc
Accepting request 844127 from home:rguenther:branches:Base:System
- Use --enable-cet on x86_64 to instrument glibc for indirect branch tracking and shadow stack use. Enable indirect branch tracking and shadow stack in the dynamic loader. [jsc#PM-2110] [bsc#1175154] OBS-URL: https://build.opensuse.org/request/show/844127 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=570
This commit is contained in:
parent
07fe597177
commit
88dbb21c8e
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 07:07:38 UTC 2020 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Use --enable-cet on x86_64 to instrument glibc for indirect branch
|
||||
tracking and shadow stack use. Enable indirect branch tracking
|
||||
and shadow stack in the dynamic loader. [jsc#PM-2110] [bsc#1175154]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 08:00:33 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -630,6 +630,11 @@ configure_and_build_glibc() {
|
||||
%ifarch ppc64p7
|
||||
--with-cpu=power7 \
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%if %suse_version > 1500
|
||||
--enable-cet \
|
||||
%endif
|
||||
%endif
|
||||
%if %{enable_stackguard_randomization}
|
||||
--enable-stackguard-randomization \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user