svn commit: trunk/uClibc: utils

psm at uclibc.org psm at uclibc.org
Wed Sep 21 23:40:28 UTC 2005


Author: psm
Date: 2005-09-21 16:40:27 -0700 (Wed, 21 Sep 2005)
New Revision: 11545

Log:
utils should be built all the time (iconv), disable building readelf

Modified:
   trunk/uClibc/Makefile
   trunk/uClibc/utils/Makefile


Changeset:
Modified: trunk/uClibc/Makefile
===================================================================
--- trunk/uClibc/Makefile	2005-09-21 23:33:29 UTC (rev 11544)
+++ trunk/uClibc/Makefile	2005-09-21 23:40:27 UTC (rev 11545)
@@ -276,21 +276,12 @@
 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)

Modified: trunk/uClibc/utils/Makefile
===================================================================
--- trunk/uClibc/utils/Makefile	2005-09-21 23:33:29 UTC (rev 11544)
+++ trunk/uClibc/utils/Makefile	2005-09-21 23:40:27 UTC (rev 11545)
@@ -21,7 +21,7 @@
 
 CFLAGS+=$(SSP_ALL_CFLAGS)
 
-TARGETS = ldd ldconfig readelf
+TARGETS = ldd ldconfig
 
 ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
 TARGET_ICONV = iconv




More information about the uClibc-cvs mailing list