projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34667d
)
Add dl-symaddr and dl-fptr to the correct build strings.
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 18 Dec 2003 03:51:49 +0000
(
03:51
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 18 Dec 2003 03:51:49 +0000
(
03:51
+0000)
sysdeps/hppa/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/hppa/Makefile
b/sysdeps/hppa/Makefile
index
bd9c96c
..
7394703
100644
(file)
--- 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)