about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2018-01-22 12:12:51 -0800
committerStan Shebs <stanshebs@google.com>2019-04-30 13:39:38 -0700
commit98bd74d42822e015ced533377a98c71a5ef3db94 (patch)
treeb863c05631c1982fbdef1984794aa1b73ad2070a
parent84b5ab235ed913608bca74d54b2d6360001b4c29 (diff)
downloadglibc-98bd74d42822e015ced533377a98c71a5ef3db94.tar.gz
glibc-98bd74d42822e015ced533377a98c71a5ef3db94.tar.xz
glibc-98bd74d42822e015ced533377a98c71a5ef3db94.zip
Stub out execstack problem
-rw-r--r--elf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index d09d8987f1..bce74163d2 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -314,7 +314,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