(sysdep-rtld-routines): Add dl-brk and dl-sbrk.

This commit is contained in:
Ulrich Drepper 2002-05-16 05:51:41 +00:00
parent 18197159ac
commit 913a752b8d
1 changed files with 4 additions and 0 deletions

View 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