From a616a7711776d39a03e0eb192bca87a6d8a36e1b Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 28 Aug 2021 20:29:36 +0100 Subject: [PATCH] local-cross Gbp-Pq: Topic any Gbp-Pq: Name local-cross.patch --- malloc/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/malloc/Makefile b/malloc/Makefile index 8edeb3d62..cc369ef33 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -139,10 +139,6 @@ address-width=18 endif endif -# Unless we get a test for the availability of libgd which also works -# for cross-compiling we disable the memusagestat generation in this -# situation. -ifneq ($(cross-compiling),yes) # If the gd library is available we build the `memusagestat' program. ifneq ($(LIBGD),no) others: $(objpfx)memusage @@ -158,7 +154,6 @@ extra-objs += memusagestat.o # is to presume that the standard system headers will be ok for this file. $(objpfx)memusagestat.o: sysincludes = # nothing endif -endif # Another goal which can be used to override the configure decision. .PHONY: do-memusagestat -- 2.30.2