From: Ulrich Drepper Date: Mon, 15 Jul 2002 02:07:17 +0000 (+0000) Subject: [subdir=elf] (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't X-Git-Tag: glibc-2.16-ports-before-merge~1661 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8310ff42255ede207cab08f04ef76c5d214d9546;p=thirdparty%2Fglibc.git [subdir=elf] (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't define. --- diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile index aeaaa39fce2..6040b201934 100644 --- a/sysdeps/unix/sysv/linux/arm/Makefile +++ b/sysdeps/unix/sysv/linux/arm/Makefile @@ -12,11 +12,3 @@ 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