summaryrefslogtreecommitdiff
path: root/config/libc/newlib.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-04 03:13:26 (GMT)
committerGitHub <noreply@github.com>2017-03-04 03:13:26 (GMT)
commitdedfe6905a7e90933097c345be5cbc743b060622 (patch)
tree1e1b040b1b6c7dc02e5ef650e847b0a02a63aff4 /config/libc/newlib.in
parent0b895560198f61d28af494973bd9ca5181db9970 (diff)
parent69f95de8b030bf03f08ffdd54bac8192a23625e5 (diff)
Merge pull request #630 from stilor/upgrades
Final batch of updates before 1.23
Diffstat (limited to 'config/libc/newlib.in')
-rw-r--r--config/libc/newlib.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index 166130f..f37d495 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -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
@@ -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