From: Stan Shebs Date: Thu, 18 Jan 2018 23:17:13 +0000 (-0800) Subject: Skip execstack test, depends on nested function X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23254d1d8686337635ef9bdd6a6543aef8631da4;p=thirdparty%2Fglibc.git Skip execstack test, depends on nested function --- diff --git a/elf/Makefile b/elf/Makefile index 2a432d8beeb..ccd4dfea0b8 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 \