mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00

Apparently, this is needed to correctly detect musl libc in different versions of Alpine Linux. According to https://lists.gnu.org/archive/html/config-patches/2020-09/msg00002.html, the ldd based check does not work for some old versions of the Alpine Linux, and, according to https://lists.gnu.org/archive/html/config-patches/2020-11/msg00002.html, the compiler may not be available in a fresh Alpine container. The ldd based check is essentially the same as the check that was introduced by commit 3d00f60242f1726fc6eaa38e09435a969ee7ebe5, it is performed iff the compiler based check could not give a definitive answer. Reported-by: Cheng XU <xucheng@me.com> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Description
No description provided
Languages
Perl
77.6%
Shell
18.9%
Makefile
3.5%