From d8287b36ab44aa2bc3ba59b97433bcf0ab6ae0e8 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 16 Oct 2017 20:50:04 +0200 Subject: 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. --- malloc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'malloc') diff --git a/malloc/Makefile b/malloc/Makefile index 6cf78e1177..7ae3d825b9 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -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 -- cgit 1.4.1