]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Link links-dso-program-c against libgcc_s
authorFlorian Weimer <fweimer@redhat.com>
Fri, 21 Mar 2025 09:33:25 +0000 (10:33 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 21 Mar 2025 10:45:00 +0000 (11:45 +0100)
commit3e2be87832781a29ed67f38f87c1ce3dd4c1b866
treef9d5c61f192bc28200b1628f6c2fb8116340679c
parent090dfa40a5e46f7c0e4d6e8369bcbbd51267625f
support: Link links-dso-program-c against libgcc_s

If C++ support is not available, links-dso-program-c is used
instead of the C++ version.  The C version was not linked against
libgcc_s, which meant that thread cancellation and the backtrace
function did not work in containers tests in that situation.

Reviewed-by: Sam James <sam@gentoo.org>
support/Makefile
support/links-dso-program-c.c