]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
regtest: turn off exec stack warning
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 21 Dec 2024 16:18:35 +0000 (17:18 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 21 Dec 2024 16:18:35 +0000 (17:18 +0100)
Rather than turning off exec stack.

none/tests/Makefile.am

index fa0128d3a8e46a625ff5f7463fd72c72c368ff2d..76825b9478d5bee751a14577d06fd5a3eb34d682 100644 (file)
@@ -335,7 +335,7 @@ endif
 
 if HAVE_NESTED_FUNCTIONS
    check_PROGRAMS += nestedfns
-   nestedfns_LDFLAGS = -Wl,-z,noexecstack
+   nestedfns_LDFLAGS = -Wl,--no-warn-execstack
 endif
 
 # This doesn't appear to be compilable on Darwin.