]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Assume --enable-cet if GCC defaults to CET [BZ #25225] fw/bug25225
authorFlorian Weimer <fweimer@redhat.com>
Tue, 26 Nov 2019 13:48:56 +0000 (14:48 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 26 Nov 2019 13:53:59 +0000 (14:53 +0100)
commita0dd512cbcc1db29b0ddce80cedadbf2c2af49b7
tree6a8afafa7629e5b017d796ce89ca982e902e9321
parent7fc8c286e31a336caa008a8bcfb00aac1e47cdc8
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