mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
malloc: Do not compile mcheck-init.o as libc module
Otherwise, this will lead to a link failure because the reference to mcheck is hidden.
This commit is contained in:
@ -100,6 +100,7 @@ LDFLAGS-tst-mallocstate = -rdynamic
|
||||
|
||||
# These should be removed by `make clean'.
|
||||
extra-objs = mcheck-init.o libmcheck.a
|
||||
others-extras = mcheck-init.o
|
||||
|
||||
# Include the cleanup handler.
|
||||
aux := set-freeres thread-freeres
|
||||
|
Reference in New Issue
Block a user