]> 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 19:26:28 +0000 (20:26 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 Dec 2019 19:26:28 +0000 (20:26 +0100)
commit761452f12781f2d15a50f2dcd9f40c53bc0ff040
tree5855f29c99e75b45422fb9b3e3ae162972294a2c
parent5a08bdb1e73e87afc1ada7b7b95d43ae470ce7e1
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.
NEWS
configure
configure.ac