(mallocobj): Make non-REL_ALLOC configuration work
with glibc's malloc--do use vm-limit.o.
This commit is contained in:
parent
f571ae0df2
commit
27d77e9642
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ termcapobj = tparam.o
|
|||
#ifdef REL_ALLOC
|
||||
mallocobj = ralloc.o vm-limit.o
|
||||
#else /* ! defined (REL_ALLOC) */
|
||||
mallocobj =
|
||||
mallocobj = vm-limit.o
|
||||
#endif /* ! defined (REL_ALLOC) */
|
||||
#else /* ! defined (DOUG_LEA_MALLOC) */
|
||||
#ifdef REL_ALLOC
|
||||
|
|
Loading…
Add table
Reference in a new issue