From: Yury Khrustalev Date: Thu, 16 Apr 2026 13:52:17 +0000 (+0100) Subject: tests: nptl: Use new tunable handling X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fdfca46c38865fd336ff9cd4c7f8a7c20d08e6bf;p=thirdparty%2Fglibc.git tests: nptl: Use new tunable handling Use new way of handling test tunables in the nptl folder. Reviewed-by: Adhemerval Zanella --- 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