diff options
-rw-r--r-- | Makefile | 9 | ||||
-rw-r--r-- | utils/Makefile | 2 |
2 files changed, 1 insertions, 10 deletions
@@ -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) diff --git a/utils/Makefile b/utils/Makefile index 7023a9b21..4225ade87 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -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 |