diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-18 03:51:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-18 03:51:49 +0000 |
commit | 4ae4facccf1286dae59ccc4758b64a76ab985aff (patch) | |
tree | ccb765c805767d400a3944987895e3d26b3c7769 /sysdeps/hppa | |
parent | b1b2fb5994af7d81bf63fd325baed09506e9915b (diff) | |
download | glibc-4ae4facccf1286dae59ccc4758b64a76ab985aff.tar glibc-4ae4facccf1286dae59ccc4758b64a76ab985aff.tar.gz glibc-4ae4facccf1286dae59ccc4758b64a76ab985aff.tar.bz2 glibc-4ae4facccf1286dae59ccc4758b64a76ab985aff.zip |
Add dl-symaddr and dl-fptr to the correct build strings.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r-- | sysdeps/hppa/Makefile | 5 |
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) |