diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-08 08:06:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-08 08:06:38 +0000 |
commit | 7d69caa207043d70b587dcb00f1d150c34cf7bcf (patch) | |
tree | 90b6c9af1d58dce16c4dd790fa390a420cb98615 /Makefile | |
parent | 2a01fa1548e5671880d6dd18c7d216ddf958ea96 (diff) |
For now, disable the iconv utility
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |