about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-05-16 05:51:41 +0000
committerUlrich Drepper <drepper@redhat.com>2002-05-16 05:51:41 +0000
commit913a752b8d60f56fa97968f3074fcf2fc47728da (patch)
treef2ec61e74cda28b220cd19d686a3d61f636069b7 /sysdeps/unix/sysv/linux/Makefile
parent18197159acfeadf101cfaf9dbd184eef4cabab97 (diff)
downloadglibc-913a752b8d60f56fa97968f3074fcf2fc47728da.tar.gz
glibc-913a752b8d60f56fa97968f3074fcf2fc47728da.tar.xz
glibc-913a752b8d60f56fa97968f3074fcf2fc47728da.zip
(sysdep-rtld-routines): Add dl-brk and dl-sbrk.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index ba84e66a94..8f4c562c32 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -106,3 +106,7 @@ endif
 ifeq ($(subdir),nis)
 CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
 endif
+
+ifeq ($(subdir),elf)
+sysdep-rtld-routines += dl-brk dl-sbrk
+endif