]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]
authorFlorian Weimer <fweimer@redhat.com>
Tue, 3 Dec 2019 20:11:32 +0000 (21:11 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 Dec 2019 20:11:32 +0000 (21:11 +0100)
commit9f917f7b411c307c34eb1bae85d72ffe26167523
treec2717141667df8e757b9a792e9a75ffa164d74c0
parentf55e312bcd6582b5ff68fdcc1781c7017796dc91
x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]

This links in CET support if GCC defaults to CET.  Otherwise, __CET__
is defined, yet CET functionality is not compiled and linked into the
dynamic loader, resulting in a linker failure due to undefined
references to _dl_cet_check and _dl_open_check.

(cherry picked from commit 9fb8139079ef0bb1aa33a4ae418cbb113b9b9da7)
NEWS
configure
configure.ac