diff options
-rw-r--r-- | ldso/util/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 7b2ce366e..3e9393aac 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -25,9 +25,6 @@ include $(TOPDIR)Rules.mak TARGET_CC = $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc TARGETS = elf_header ldd readelf -ifeq ($(strip $(CROSS)),) -TARGETS += ldd.target readelf.target -endif ifneq ($(strip $(LIBRARY_CACHE)),) TARGETS += ldconfig endif |