summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2018-01-18 15:17:13 -0800
committerStan Shebs <stanshebs@google.com>2018-01-24 16:03:39 -0800
commit23254d1d8686337635ef9bdd6a6543aef8631da4 (patch)
tree8432b374efd635dc6d7023623a8d0bfecd9101b0
parentf850d180b07fad159b9217d1e95de9571f3af381 (diff)
downloadglibc-23254d1d8686337635ef9bdd6a6543aef8631da4.tar.gz
Skip execstack test, depends on nested function
-rw-r--r--elf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 2a432d8bee..ccd4dfea0b 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -200,9 +200,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
ifeq ($(run-built-tests),yes)
tests-special += $(objpfx)tst-leaks1-mem.out \
$(objpfx)tst-leaks1-static-mem.out $(objpfx)noload-mem.out \