[uClibc] Re: was initfini, crt[in]S changes and ET_DYN

Peter S. Mazinger ps.m at gmx.net
Sun Nov 16 23:54:25 UTC 2003


On 15 Nov 2003, Ned Ludd wrote:

The flipturn patch is not complete, it works only if LOCALE is enabled. 
See attached patch.

Peter

-- 
Peter S. Mazinger <ps.m at gmx.net>   ID: 0xA5F059F2    NIC: IXUYHSKQLI
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2

____________________________________________________________________
Miert fizetsz az internetert? Korlatlan, ingyenes internet hozzaferes a FreeStarttol.
Probald ki most! http://www.freestart.hu
-------------- next part --------------
--- libc/misc/wchar/Makefile.mps	2003-11-17 00:50:51.000000000 +0100
+++ libc/misc/wchar/Makefile	2003-11-17 00:51:18.000000000 +0100
@@ -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)
+ifeq ($(UCLIBC_HAS_LOCALE),y)
 	MOBJ1 += iconv.o
-#endif
+endif
 
 MSRC2=  wstdio.c
 MOBJ2=  fwide.o \


More information about the uClibc mailing list