From: Stan Shebs Date: Mon, 22 Jan 2018 20:12:51 +0000 (-0800) Subject: Stub out execstack problem X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=280167543d4ca552084a9c1b4859bac601fcb6d4;p=thirdparty%2Fglibc.git Stub out execstack problem --- diff --git a/elf/Makefile b/elf/Makefile index ccd4dfea0b8..e4605877a38 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -306,7 +306,9 @@ tests-pie += vismain CFLAGS-vismain.c += $(PIE-ccflag) endif endif +ifneq ($(with-clang),yes) modules-execstack-yes = tst-execstack-mod +endif extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) # filtmod1.so has a special rule