From 913a752b8d60f56fa97968f3074fcf2fc47728da Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 16 May 2002 05:51:41 +0000 Subject: (sysdep-rtld-routines): Add dl-brk and dl-sbrk. --- sysdeps/unix/sysv/linux/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/Makefile') 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 -- cgit 1.4.1