OSDN Git Service

utils should be built all the time (iconv), disable building readelf
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 21 Sep 2005 23:40:27 +0000 (23:40 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 21 Sep 2005 23:40:27 +0000 (23:40 -0000)
Makefile
utils/Makefile

index 85c1f5b..8836c9d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -276,21 +276,12 @@ ifeq ($(strip $(HAVE_SHARED)),y)
 endif
 
 .PHONY: utils
-ifeq ($(strip $(HAVE_SHARED)),y)
 utils:
        $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils
-else
-utils: dummy
-endif
 
 # Installs helper applications, such as 'ldd' and 'ldconfig'
 install_utils: utils
        $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils install
-#ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
-#      @$(MAKE) -C libc/misc/wchar iconv.target
-#      $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin;
-#      $(INSTALL) -m 755 libc/misc/wchar/iconv.target $(PREFIX)$(RUNTIME_PREFIX)/usr/bin/iconv
-#endif
 
 finished2:
        $(SECHO)
index 7023a9b..4225ade 100644 (file)
@@ -21,7 +21,7 @@ include $(TOPDIR)Rules.mak
 
 CFLAGS+=$(SSP_ALL_CFLAGS)
 
-TARGETS = ldd ldconfig readelf
+TARGETS = ldd ldconfig
 
 ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
 TARGET_ICONV = iconv