From: GNU Libc Maintainers Date: Thu, 15 Aug 2024 09:10:46 +0000 (+0200) Subject: local-cross X-Git-Tag: archive/raspbian/2.36-9+rpi1+deb12u8^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ccfac30eb8653d10d6973daf89a179f05db6de3a;p=glibc.git local-cross Gbp-Pq: Topic any Gbp-Pq: Name local-cross.patch --- diff --git a/malloc/Makefile b/malloc/Makefile index 4e32de2a0..eab1f34cb 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -211,10 +211,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 @@ -230,7 +226,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