update to uClibc 0.9.28.3
This commit is contained in:
parent
72d7eda385
commit
149ea99509
@ -13,12 +13,8 @@ choice
|
||||
depends BR2_DEPRECATED
|
||||
bool "uClibc 0.9.28"
|
||||
|
||||
config BR2_UCLIBC_VERSION_0_9_28_1
|
||||
depends BR2_DEPRECATED
|
||||
bool "uClibc 0.9.28.1"
|
||||
|
||||
config BR2_UCLIBC_VERSION_0_9_28_2
|
||||
bool "uClibc 0.9.28.2"
|
||||
config BR2_UCLIBC_VERSION_0_9_28_3
|
||||
bool "uClibc 0.9.28.3"
|
||||
|
||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||
bool "daily snapshot"
|
||||
|
@ -1,15 +0,0 @@
|
||||
Index: libc/misc/time/time.c
|
||||
===================================================================
|
||||
--- a/libc/misc/time/time.c (revision 17534)
|
||||
+++ b/libc/misc/time/time.c (revision 17647)
|
||||
@@ -158,7 +158,9 @@
|
||||
#endif
|
||||
|
||||
#if defined (L_tzset) || defined (L_localtime_r) || defined(L_strftime) || \
|
||||
- defined(L__time_mktime) || defined(L__time_mktime_tzi)
|
||||
+ defined(L__time_mktime) || defined(L__time_mktime_tzi) || \
|
||||
+ ((defined(L_strftime) || defined(L_strftime_l)) && \
|
||||
+ defined(__UCLIBC_HAS_XLOCALE__))
|
||||
|
||||
void _time_tzset (int);
|
||||
|
@ -17,11 +17,8 @@ ifndef UCLIBC_CONFIG_FILE
|
||||
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
|
||||
endif
|
||||
else
|
||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_2),y)
|
||||
UCLIBC_VER:=0.9.28.2
|
||||
endif
|
||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_1),y)
|
||||
UCLIBC_VER:=0.9.28.1
|
||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_3),y)
|
||||
UCLIBC_VER:=0.9.28.3
|
||||
endif
|
||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28),y)
|
||||
UCLIBC_VER:=0.9.28
|
||||
|
Loading…
Reference in New Issue
Block a user