소스 검색

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