diff options
Diffstat (limited to 'sysdeps/powerpc/Makefile')
-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 |