patches/uClibc/0.9.28.1/003-time-locale.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 09:31:07 2008 +0000 (2008-07-26)
changeset 727 33c246763c8a
permissions -rw-r--r--
Update the PPC sample, add a new softfloat PPC sample, thanks to Thomas JOURDAN.

/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 54 42 12 0 ++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 331 331 0 0 +++++++++++++++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/reported.by | 2 2 0 0 +
3 files changed, 375 insertions(+), 12 deletions(-)
     1 Index: libc/misc/time/time.c
     2 ===================================================================
     3 --- a/libc/misc/time/time.c	(revision 17534)
     4 +++ b/libc/misc/time/time.c	(revision 17647)
     5 @@ -158,7 +158,9 @@
     6  #endif
     7  
     8  #if defined (L_tzset) || defined (L_localtime_r) || defined(L_strftime) || \
     9 -    defined(L__time_mktime) || defined(L__time_mktime_tzi)
    10 +	 defined(L__time_mktime) || defined(L__time_mktime_tzi) || \
    11 +	 ((defined(L_strftime) || defined(L_strftime_l)) && \
    12 +	  defined(__UCLIBC_HAS_XLOCALE__))
    13  
    14  void _time_tzset (int);
    15