Skip to content

Commit

Permalink
Add dl-symaddr and dl-fptr to the correct build strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Dec 18, 2003
1 parent b1b2fb5 commit 4ae4fac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysdeps/hppa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ae4fac

Please sign in to comment.