]> git.ipfire.org Git - thirdparty/elfutils.git/commit
configure: Use -fno-addrsig if possible
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 8 Feb 2023 19:52:24 +0000 (20:52 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 9 Feb 2023 13:20:36 +0000 (14:20 +0100)
commit2e7fbb96f578454ea80cf604b636155779eb03bf
tree1b5714b03c22eea1aad7befa6e7568b87c536863
parent3c22256392d58dc50324a392c1c9724a834f47d0
configure: Use -fno-addrsig if possible

By default, clang produces .llvm_addrsig sections [1]. The GNU
toolchain does not know how to handle them yet [2], so just ask clang
not to generate them for the time being.

[1] https://llvm.org/docs/Extensions.html#sht-llvm-addrsig-section-address-significance-table
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105625

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
configure.ac