[uClibc-cvs] uClibc/libc/misc/wchar Makefile,1.8,1.9

Manuel Novoa III mjn3 at uclibc.org
Thu Dec 4 06:36:54 UTC 2003


Update of /var/cvs/uClibc/libc/misc/wchar
In directory winder:/tmp/cvs-serv2857/libc/misc/wchar

Modified Files:
	Makefile 
Log Message:
Building of iconv.o was accidently always disabled.
Also, build the iconv app in utils.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/misc/wchar/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	8 Nov 2003 08:06:04 -0000	1.8
+++ Makefile	4 Dec 2003 06:36:51 -0000	1.9
@@ -29,9 +29,9 @@
 	wcsrtombs.o _wchar_utf8sntowcs.o _wchar_wcsntoutf8s.o \
 	__mbsnrtowcs.o __wcsnrtombs.o wcwidth.o wcswidth.o
 
-#ifeq ($(UCLIBC_HAS_LOCALE),y)
-#	MOBJ1 += iconv.o
-#endif
+ifeq ($(UCLIBC_HAS_LOCALE),y)
+	MOBJ1 += iconv.o
+endif
 
 MSRC2=  wstdio.c
 MOBJ2=  fwide.o \
@@ -60,10 +60,6 @@
 	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
-#iconv.target: wchar.c
-#	$(TARGET_CC) $(CFLAGS) -DL_iconv_main wchar.c -o $@ $(LDADD_LIBFLOAT)
-#	$(STRIPTOOL) -x -R .note -R .comment $@
-
 clean:
-	$(RM) *.[oa] *~ core #iconv.target
+	$(RM) *.[oa] *~ core
 




More information about the uClibc-cvs mailing list