From: GNU Libc Maintainers Date: Tue, 24 Sep 2024 19:46:16 +0000 (+0200) Subject: local-cross X-Git-Tag: archive/raspbian/2.40-3+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a43edbebe330116d44395c8a67030b00765e55dc;p=glibc.git local-cross Gbp-Pq: Topic any Gbp-Pq: Name local-cross.patch --- diff --git a/malloc/Makefile b/malloc/Makefile index 1630aaf6a..598417a26 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -265,10 +265,6 @@ else address-width=18 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 @@ -284,7 +280,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