summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-08 08:06:38 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-08 08:06:38 +0000
commit7d69caa207043d70b587dcb00f1d150c34cf7bcf (patch)
tree90b6c9af1d58dce16c4dd790fa390a420cb98615 /Makefile
parent2a01fa1548e5671880d6dd18c7d216ddf958ea96 (diff)
For now, disable the iconv utility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d49f90549..86402947b 100644
--- a/Makefile
+++ b/Makefile
@@ -280,11 +280,11 @@ endif
install_utils: utils
$(MAKE) -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
+#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:
@echo