summary refs log tree commit diff
path: root/sysdeps/ia64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/Makefile')
-rw-r--r--sysdeps/ia64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/Makefile b/sysdeps/ia64/Makefile
index 5f04a9dd66..fcf62b8053 100644
--- a/sysdeps/ia64/Makefile
+++ b/sysdeps/ia64/Makefile
@@ -3,6 +3,6 @@ CPPFLAGS-start.S = -D__ASSEMBLY__
 endif
 
 ifeq ($(subdir),elf)
-dl-routines += dl-symaddr dl-fptr
-rtld-routines += dl-symaddr dl-fptr
+sysdep-dl-routines += dl-symaddr dl-fptr
+sysdep_routines += $(sysdep-dl-routines)
 endif