瀏覽代碼

Don't try to compile the target utils unless told to do so.
-Erik

Eric Andersen 22 年之前
父節點
當前提交
2081c73102
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ldso/util/Makefile

+ 0 - 3
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