[glibc] tests: nptl: Use new tunable handling
Yury Khrustalev via Glibc-cvs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fdfca46c38865fd336ff9cd4c7f8a7c20d08e6bf commit fdfca46c38865fd336ff9cd4c7f8a7c20d08e6bf Author: Yury Khrustalev <[email protected]> Date: Thu Apr 16 14:52:17 2026 +0100 tests: nptl: Use new tunable handling Use new way of handling test tunables in the nptl folder. Reviewed-by: Adhemerval Zanella <[email protected]> Diff: --- 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