local-cross
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 23 Nov 2024 13:57:03 +0000 (14:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 23 Nov 2024 13:57:03 +0000 (14:57 +0100)
Gbp-Pq: Topic any
Gbp-Pq: Name local-cross.patch

malloc/Makefile

index 1630aaf6ac6d9c676ac8b134de3394284cd9ed8f..598417a267e8484d8899565c2ba39dee37a92243 100644 (file)
@@ -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