diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-08 21:10:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-08 21:10:45 +0000 |
commit | d2033fe15da18667f130506f9a8e68272770394e (patch) | |
tree | 9e92935a36cf522dfa628e648bfbf5b0955c84a9 /sysdeps/ia64 | |
parent | e694422de52750c6a0469e1be89fbf97d3ff8bf2 (diff) | |
download | glibc-d2033fe15da18667f130506f9a8e68272770394e.tar glibc-d2033fe15da18667f130506f9a8e68272770394e.tar.gz glibc-d2033fe15da18667f130506f9a8e68272770394e.tar.bz2 glibc-d2033fe15da18667f130506f9a8e68272770394e.zip |
(sysdep-rtld-routines): New variable.
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ia64/Makefile b/sysdeps/ia64/Makefile index fcf62b8053..5f4ca3d4cb 100644 --- a/sysdeps/ia64/Makefile +++ b/sysdeps/ia64/Makefile @@ -5,4 +5,5 @@ endif ifeq ($(subdir),elf) sysdep-dl-routines += dl-symaddr dl-fptr sysdep_routines += $(sysdep-dl-routines) +sysdep-rtld-routines += $(sysdep-dl-routines) endif |