diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index 5a1aebccff..349f94d9ac 100644 --- a/Makeconfig +++ b/Makeconfig @@ -407,11 +407,9 @@ LDFLAGS.so += $(combreloc-LDFLAGS) LDFLAGS-rtld += $(combreloc-LDFLAGS) endif -ifeq (yes,$(have-z-relro)) relro-LDFLAGS = -Wl,-z,relro LDFLAGS.so += $(relro-LDFLAGS) LDFLAGS-rtld += $(relro-LDFLAGS) -endif ifeq (yes,$(have-hash-style)) # For the time being we unconditionally use 'both'. At some time we |