]> 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 17:48:18 +0000 (18:48 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 Dec 2019 17:48:18 +0000 (18:48 +0100)
commit9fb8139079ef0bb1aa33a4ae418cbb113b9b9da7
tree0a48018fcd1d381c1a5f8bcfc2e0101fbd67c31e
parent39c977b23e3e547e70d199a679b37bdf9c3223f6
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.
configure
configure.ac