about summary refs log tree commit diff
path: root/sysdeps/hppa/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-18 03:51:49 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-18 03:51:49 +0000
commitdfc6dfb9a6e0af08ee449989392c937fa1482fdb (patch)
tree8128b9190cd02eaa131ccbc9d6d0b6da66c7e52d /sysdeps/hppa/Makefile
parentc34667d768063397fef477f50c25f56bc4a85b2c (diff)
downloadglibc-dfc6dfb9a6e0af08ee449989392c937fa1482fdb.tar.gz
glibc-dfc6dfb9a6e0af08ee449989392c937fa1482fdb.tar.xz
glibc-dfc6dfb9a6e0af08ee449989392c937fa1482fdb.zip
Add dl-symaddr and dl-fptr to the correct build strings.
Diffstat (limited to 'sysdeps/hppa/Makefile')
-rw-r--r--sysdeps/hppa/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile
index bd9c96c70f..73947031dc 100644
--- a/sysdeps/hppa/Makefile
+++ b/sysdeps/hppa/Makefile
@@ -24,8 +24,9 @@ LDFLAGS-c_pic.os += -Wl,--unique=.text*
 
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -mdisable-fpregs
-dl-routines += dl-symaddr dl-fptr
-rtld-routines += dl-symaddr dl-fptr
+sysdep-dl-routines += dl-symaddr dl-fptr
+sysdep_routines += $(sysdep-dl-routines)
+sysdep-rtld-routines += $(sysdep-dl-routines)
 endif
 
 ifeq ($(subdir),csu)