]> git.ipfire.org Git - thirdparty/glibc.git/commit
configure: Fix bootstrap build after 570c46d36b (BZ 33985)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 13 Mar 2026 13:05:07 +0000 (10:05 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 13 Mar 2026 13:09:17 +0000 (10:09 -0300)
commitb4c110022ce44406d5c8d75a96d68d2949006050
treec94d68c8e6ef1526d3d975f603bd4c0c42ba03fb
parentfe8b5b2c55f1001372161875b71918c895b79760
configure: Fix bootstrap build after 570c46d36b (BZ 33985)

The 570c46d36b make libgcc_s to be defined for have-cc-with-libunwind=noi
(default for gcc builds) without taking into consideration that the compiler
can link against -lgcc_s (defined by have-libgcc_s).

Checked with a build-many-glibc.py for x86_64-linux-gnu.
Makeconfig