From: Ulrich Drepper Date: Sat, 10 Mar 2001 06:36:31 +0000 (+0000) Subject: [subdir=elf] (sysdep-dl-routines, sysdep_routines, sysdep-rtld-routines): Add X-Git-Tag: upstream/2.30~10627^2~2021 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce56b0a81ad9b43313f69eefbed1eaf7ebad2042;p=external%2Fglibc.git [subdir=elf] (sysdep-dl-routines, sysdep_routines, sysdep-rtld-routines): Add dl-procinfo. --- diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile index 6040b20..aeaaa39 100644 --- a/sysdeps/unix/sysv/linux/arm/Makefile +++ b/sysdeps/unix/sysv/linux/arm/Makefile @@ -12,3 +12,11 @@ endif ifeq ($(subdir),resource) sysdep_routines += oldgetrlimit64 endif + +ifeq ($(subdir),elf) +# extra shared linker files to link into dl-allobjs.so and libc +sysdep-dl-routines += dl-procinfo +sysdep_routines += dl-procinfo +# extra shared linker files to link only into dl-allobjs.so +sysdep-rtld-routines += dl-procinfo +endif