From: GNU Libc Maintainers Date: Wed, 7 Feb 2024 18:25:17 +0000 (+0000) Subject: local-cross X-Git-Tag: archive/raspbian/2.37-15+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f9b823dc5aa61bafdbbd0e8d15e93b87c7198ded;p=glibc.git local-cross Gbp-Pq: Topic any Gbp-Pq: Name local-cross.patch --- diff --git a/malloc/Makefile b/malloc/Makefile index dfb51d344..db295b77a 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -210,10 +210,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 @@ -229,7 +225,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