]> 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>
Thu, 25 Jan 2018 00:03:39 +0000 (16:03 -0800)
elf/Makefile

index 2a432d8beebcd207af7643af67379f0a9f527f3a..ccd4dfea0b8dbd76c9e0d740b268c686b93d4ce5 100644 (file)
@@ -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 \