From: GNU Libc Maintainers Date: Sat, 27 Aug 2022 11:38:11 +0000 (+0100) Subject: local-cross X-Git-Tag: archive/raspbian/2.34-7+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d725a0ce41f3cc61dd20c8609787e6b0b1a2e82b;p=glibc.git local-cross Gbp-Pq: Topic any Gbp-Pq: Name local-cross.patch --- diff --git a/malloc/Makefile b/malloc/Makefile index 9b70831d3..ac5378a40 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -175,10 +175,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 @@ -194,7 +190,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