diff options
author | Stan Shebs <stanshebs@google.com> | 2018-01-22 12:12:51 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2018-01-24 16:03:39 -0800 |
commit | 280167543d4ca552084a9c1b4859bac601fcb6d4 (patch) | |
tree | a9f27182d067631bb4da18e64fad47c43661f8f1 | |
parent | b353dca40ce8b8118420ef74f605d14d50a7ac76 (diff) | |
download | glibc-280167543d4ca552084a9c1b4859bac601fcb6d4.zip glibc-280167543d4ca552084a9c1b4859bac601fcb6d4.tar.gz glibc-280167543d4ca552084a9c1b4859bac601fcb6d4.tar.bz2 |
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 ccd4dfe..e460587 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 |