Explorar el Código

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

Eric Andersen hace 22 años
padre
commit
2081c73102
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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