Commit 09d62e89 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/uClibc: install ldd to target



Reported by Julien Boibessot <julien.boibessot@free.fr>.

This somehow got disabled by cb815ae0 (two years ago!).

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 638a4214
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -581,8 +581,7 @@ uclibc-clean: uclibc-test-clean
uclibc-dirclean: uclibc-test-dirclean
	rm -rf $(UCLIBC_DIR)

uclibc-target-utils:
#$(TARGET_DIR)/usr/bin/ldd
uclibc-target-utils: $(TARGET_DIR)/usr/bin/ldd

uclibc-target-utils-source: $(DL_DIR)/$(UCLIBC_SOURCE)