]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Skip execstack test, depends on nested function
authorStan Shebs <stanshebs@google.com>
Thu, 18 Jan 2018 23:17:13 +0000 (15:17 -0800)
committerStan Shebs <stanshebs@google.com>
Tue, 30 Apr 2019 20:29:13 +0000 (13:29 -0700)
elf/Makefile

index 2d7162d3cc50b73b0404b0901ba0d5c9e6fccbb5..d09d8987f14a622e1f3380ef9554cf63c7931146 100644 (file)
@@ -201,9 +201,11 @@ endif
 test-srcs = tst-pathopt
 selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null)
 ifneq ($(selinux-enabled),1)
+ifneq ($(with-clang),yes)
 tests-execstack-yes = tst-execstack tst-execstack-needed tst-execstack-prog
 endif
 endif
+endif
 tests += $(tests-execstack-$(have-z-execstack))
 ifeq ($(run-built-tests),yes)
 tests-special += $(objpfx)tst-leaks1-mem.out \