local-cross
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 28 Aug 2021 19:29:36 +0000 (20:29 +0100)
committerRaspbian forward porter <root@raspbian.org>
Sat, 28 Aug 2021 19:29:36 +0000 (20:29 +0100)
Gbp-Pq: Topic any
Gbp-Pq: Name local-cross.patch

malloc/Makefile

index 8edeb3d6217672f80ff8f05eb656c11f48b39715..cc369ef33de031e551e8d3fc470400643fa82573 100644 (file)
@@ -139,10 +139,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
@@ -158,7 +154,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