diff options
Diffstat (limited to 'sysdeps/powerpc/Makefile')
-rw-r--r-- | sysdeps/powerpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index 3bad48811e..67ea942c94 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -41,6 +41,6 @@ CFLAGS-memcmp.c += -Wno-uninitialized endif ifeq ($(subdir),elf) -dl-routines += dl-machine -rtld-routines += dl-machine dl-start +sysdep-dl-routines += dl-machine +sysdep_routines += dl-machine dl-start endif |