diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-03 16:38:26 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-03 16:39:55 -0800 |
commit | 1e060114a26d6033c93ca67d0ca44a234c762fa1 (patch) | |
tree | c81af986bbe69ff48937a6ea9460d31ac40db722 /config/libc | |
parent | 0465c8b6f22ba02695b633cd81e8cb0d787c0122 (diff) | |
download | crosstool-ng-1e060114a26d6033c93ca67d0ca44a234c762fa1.tar.gz crosstool-ng-1e060114a26d6033c93ca67d0ca44a234c762fa1.tar.bz2 crosstool-ng-1e060114a26d6033c93ca67d0ca44a234c762fa1.zip |
Bump newlib 2.5.0 to 20170228
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/newlib.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 166130fc..f37d4958 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 |