diff options
author | Stan Shebs <stanshebs@google.com> | 2018-01-22 12:12:51 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2019-04-30 13:39:38 -0700 |
commit | 98bd74d42822e015ced533377a98c71a5ef3db94 (patch) | |
tree | b863c05631c1982fbdef1984794aa1b73ad2070a | |
parent | 84b5ab235ed913608bca74d54b2d6360001b4c29 (diff) | |
download | glibc-98bd74d42822e015ced533377a98c71a5ef3db94.tar.gz glibc-98bd74d42822e015ced533377a98c71a5ef3db94.tar.xz glibc-98bd74d42822e015ced533377a98c71a5ef3db94.zip |
Stub out execstack problem
-rw-r--r-- | elf/Makefile | 2 |
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 |