File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ includedir = $(prefix)/include
17
17
libdir = $(prefix ) /lib
18
18
syslibdir = /lib
19
19
20
- MALLOC_DIR = oldmalloc
20
+ MALLOC_DIR = mallocng
21
21
SRC_DIRS = $(addprefix $(srcdir ) /,src/* src/malloc/$(MALLOC_DIR ) crt ldso $(COMPAT_SRC_DIRS ) )
22
22
BASE_GLOBS = $(addsuffix /* .c,$(SRC_DIRS ) )
23
23
ARCH_GLOBS = $(addsuffix /$(ARCH ) /* .[csS],$(SRC_DIRS ) )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Optional features:
36
36
--disable-static inhibit building static library [enabled]
37
37
38
38
Optional packages:
39
- --with-malloc=... choose malloc implementation [oldmalloc ]
39
+ --with-malloc=... choose malloc implementation [mallocng ]
40
40
41
41
Some influential environment variables:
42
42
CC C compiler command [detected]
@@ -142,7 +142,7 @@ static=yes
142
142
wrapper=auto
143
143
gcc_wrapper=no
144
144
clang_wrapper=no
145
- malloc_dir=oldmalloc
145
+ malloc_dir=mallocng
146
146
147
147
for arg ; do
148
148
case " $arg " in
You can’t perform that action at this time.
0 commit comments