diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2016-12-26 10:08:48 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-26 10:08:48 +0100 |
commit | 995635f95b707488c23bba07be8016c9682d4045 (patch) | |
tree | 4d3e953045cede87bf3f416f396c9a3bb210e0f3 /elf/rtld-Rules | |
parent | 10c85e76c09716e744b4a41006718400b1eb2e84 (diff) | |
download | glibc-995635f95b707488c23bba07be8016c9682d4045.tar.gz glibc-995635f95b707488c23bba07be8016c9682d4045.tar.xz glibc-995635f95b707488c23bba07be8016c9682d4045.zip |
Compile the dynamic linker without stack protection [BZ #7065]
Also compile corresponding routines in the static libc.a with the same flag.
Diffstat (limited to 'elf/rtld-Rules')
-rw-r--r-- | elf/rtld-Rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/rtld-Rules b/elf/rtld-Rules index c1bb50687e..84d9387746 100644 --- a/elf/rtld-Rules +++ b/elf/rtld-Rules @@ -144,4 +144,6 @@ cpp-srcs-left := $(rtld-modules:%.os=%) lib := rtld include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) +rtld-CFLAGS += $(no-stack-protector) + endif |