[PATCH v4 5/8] tests: nptl: Use new tunable handling
Yury Khrustalev
yury.khrustalev@arm.com
Tue Apr 21 14:38:01 GMT 2026
Use new way of handling test tunables in the nptl folder.
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
--
2.47.3
More information about the Libc-alpha
mailing list