Skip to content

Commit

Permalink
Bump newlib 2.5.0 to 20170228
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Mar 4, 2017
1 parent 0465c8b commit 1e06011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/libc/newlib.in
Expand Up @@ -72,7 +72,7 @@ choice
# CT_INSERT_VERSION_BELOW
config LIBC_NEWLIB_V_2_5_0
bool
prompt "2.5.0"
prompt "2.5.0.20170228"
select LIBC_NEWLIB_2_5

config LIBC_NEWLIB_V_2_4_0
Expand Down Expand Up @@ -187,7 +187,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.5.0" if LIBC_NEWLIB_V_2_5_0
default "2.5.0.20170228" if LIBC_NEWLIB_V_2_5_0
default "2.4.0.20161025" if LIBC_NEWLIB_V_2_4_0
default "2.3.0.20160226" if LIBC_NEWLIB_V_2_3_0
default "linaro-2.2.0-2015.01" if LIBC_NEWLIB_LINARO_V_2_2_0
Expand Down

0 comments on commit 1e06011

Please sign in to comment.