]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix conditionals on mtrace-based tests (bug 31892)
authorCarlos O'Donell <carlos@redhat.com>
Wed, 19 Jun 2024 15:48:05 +0000 (11:48 -0400)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 1 Jul 2024 15:20:30 +0000 (17:20 +0200)
commita7fe3e805d2ee128ac5f43b2a24201726d41cc04
tree0b1908eb5001e30028839ae6c007fb865488a1bd
parent4f7eb238d0da989a9deb50e9cd441cca895957dc
Fix conditionals on mtrace-based tests (bug 31892)

The conditionals for several mtrace-based tests in catgets, elf, libio,
malloc, misc, nptl, posix, and stdio-common were incorrect leading to
test failures when bootstrapping glibc without perl.

The correct conditional for mtrace-based tests requires three checks:
first checking for run-built-tests, then build-shared, and lastly that
PERL is not equal to "no" (missing perl).
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
catgets/Makefile
elf/Makefile
libio/Makefile
misc/Makefile
nptl/Makefile
posix/Makefile
stdio-common/Makefile