(sysdep-rtld-routines): Add dl-brk and dl-sbrk.
authorUlrich Drepper <drepper@redhat.com>
Thu, 16 May 2002 05:51:41 +0000 (05:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 16 May 2002 05:51:41 +0000 (05:51 +0000)
sysdeps/unix/sysv/linux/Makefile

index ba84e66..8f4c562 100644 (file)
@@ -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