]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
tests: nptl: Use new tunable handling
authorYury Khrustalev <yury.khrustalev@arm.com>
Thu, 16 Apr 2026 13:52:17 +0000 (14:52 +0100)
committerYury Khrustalev <yury.khrustalev@arm.com>
Mon, 27 Apr 2026 09:45:20 +0000 (10:45 +0100)
Use new way of handling test tunables in the nptl folder.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/pthread/Makefile

index 4d43386658ff6f2fada70be7d9d83e765badbf17..d0f3cd59ac6e120f883d557ac9e91760a2939019 100644 (file)
@@ -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