]> git.ipfire.org Git - thirdparty/glibc.git/commit
Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]
authorSam James <sam@gentoo.org>
Tue, 18 Feb 2025 18:49:09 +0000 (18:49 +0000)
committerSam James <sam@gentoo.org>
Tue, 4 Mar 2025 20:08:50 +0000 (20:08 +0000)
commita2bd5008a99032830add3e4005c25b61e3207112
treeceb139b81bdce2b243059469208aa40fd8c76cc4
parent4cf2d869367e3813c6c8f662915dedb1f3830c53
Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]

When GNU Binutils is configured with --enable-error-execstack=yes, a handful
of our tests which rely on -Wl,-z,execstack fail. Pass --Wl,--no-error-execstack
to override the behaviour and get a warning instead.

Bug: https://sourceware.org/PR32717
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
config.make.in
configure
configure.ac
elf/Makefile
nptl/Makefile