[PATCH v3 5/8] tests: nptl: Use new tunable handling

Adhemerval Zanella Netto adhemerval.zanella@linaro.org
Tue Apr 21 13:09:19 GMT 2026



On 16/04/26 11:30, Yury Khrustalev wrote:
> Use new way of handling test tunables in the nptl folder.

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

> ---
>  sysdeps/pthread/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
> index 4d43386658..d0f3cd59ac 100644
> --- a/sysdeps/pthread/Makefile
> +++ b/sysdeps/pthread/Makefile
> @@ -546,6 +546,6 @@ LDFLAGS-tst-stack2-mod.so = -Wl,-z,execstack
>  ifeq ($(have-no-error-execstack),yes)
>  LDFLAGS-tst-stack2-mod.so += -Wl,--no-error-execstack
>  endif
> -tst-stack2-ENV = GLIBC_TUNABLES=glibc.rtld.execstack=2
> +tst-stack2-TUNABLES += glibc.rtld.execstack=2
>  
>  endif



More information about the Libc-alpha mailing list