local-cross
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 3 Oct 2023 17:14:06 +0000 (18:14 +0100)
committerAurelien Jarno <aurel32@debian.org>
Tue, 3 Oct 2023 17:14:06 +0000 (18:14 +0100)
Gbp-Pq: Topic any
Gbp-Pq: Name local-cross.patch

malloc/Makefile

index dfb51d344c02b509032c90e7f22afe33a94f8260..db295b77a3eaa5d5d5492fcd84e3faa1705b1d79 100644 (file)
@@ -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