From: Ulrich Drepper Date: Thu, 18 Dec 2003 03:51:49 +0000 (+0000) Subject: Add dl-symaddr and dl-fptr to the correct build strings. X-Git-Tag: cvs/ChangeLog~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ae4facccf1286dae59ccc4758b64a76ab985aff;p=thirdparty%2Fglibc.git Add dl-symaddr and dl-fptr to the correct build strings. --- diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index bd9c96c70f8..73947031dc7 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)