diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-07 21:34:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-07 21:34:51 +0000 |
commit | e39e69563a5046efc5ffb0385364fb0bc1095c43 (patch) | |
tree | c0235d22ea708184355fdde85afcddc2ee19e196 /sysdeps/powerpc | |
parent | 21e41c58872fec4ea9d7b21807bcc242337b1e2c (diff) | |
download | glibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.tar.gz glibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.tar.xz glibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.zip |
Update.
* elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines) too. * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable. (sysdep_routines): Remove dl-start. Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'sysdeps/powerpc')
-rw-r--r-- | sysdeps/powerpc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index 67ea942c94..ef5d33eaf9 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -41,6 +41,9 @@ CFLAGS-memcmp.c += -Wno-uninitialized endif ifeq ($(subdir),elf) +# extra shared linker files to link into dl-allobjs.so and libc sysdep-dl-routines += dl-machine -sysdep_routines += dl-machine dl-start +sysdep_routines += dl-machine +# extra shared linker files to link only into dl-allobjs.so +sysdep-rtld-routines += dl-machine dl-start endif |