diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 8f34a9cfd2..354fbbcc70 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -25,7 +25,7 @@ routines := init-first extra-libs = libelf libdl libelf-routines := elf_hash -libdl-routines := dlopen dlclose dlsym dlerror +libdl-routines := dlopen dlclose dlsym dlerror dladdr libdl-inhibit-o = $(filter-out .so,$(object-suffixes)) # Build only shared. rtld-routines := rtld $(addprefix dl-,minimal load lookup object reloc \ |