diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 | ||||
-rw-r--r-- | elf/Versions | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 8aae5e00fc..fc7ce789d1 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -50,7 +50,7 @@ include ../Makeconfig before-compile = $(objpfx)trusted-dirs.h ifeq ($(versioning),yes) -ld-map = $(common-objpfx)ld.so.map +ld-map = $(common-objpfx)ld.map endif ifeq (yes,$(build-shared)) diff --git a/elf/Versions b/elf/Versions index 26fd7d62ae..374110c832 100644 --- a/elf/Versions +++ b/elf/Versions @@ -16,7 +16,7 @@ libc { } } -ld.so { +ld { GLIBC_2.0 { # global variables _dl_debug_impcalls; _dl_debug_fd; |