mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
newlib: Update newlib versions
Newlib release seem to be snapshots now. Newlib 2.3.0 was released in git here: https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;h=ad7b3cde9c157f2c34a6a1296e0bda1ad0975bda and the snapshot for 2.3.0 was here: https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;h=06cd7127e3cf16ab3c0aa665956deb263e524753 The 2.2 series was also updated. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
d7339f50a2
commit
867a7d61ac
@ -17,7 +17,7 @@ config LIBC_NEWLIB_CUSTOM
|
||||
bool
|
||||
prompt "Custom newlib"
|
||||
depends on EXPERIMENTAL
|
||||
select LIBC_NEWLIB_2_2_or_later
|
||||
select LIBC_NEWLIB_2_3_or_later
|
||||
help
|
||||
The choosen newlib version shall be not downloaded. Instead use
|
||||
a custom location to get the source.
|
||||
@ -71,6 +71,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_NEWLIB_V_2_3_0
|
||||
bool
|
||||
prompt "2.3.0.20160226"
|
||||
select LIBC_NEWLIB_2_3
|
||||
|
||||
config LIBC_NEWLIB_LINARO_V_2_2_0
|
||||
bool
|
||||
prompt "Linaro 2.2.0-2015.01"
|
||||
@ -79,7 +84,7 @@ config LIBC_NEWLIB_LINARO_V_2_2_0
|
||||
|
||||
config LIBC_NEWLIB_V_2_2_0
|
||||
bool
|
||||
prompt "2.2.0"
|
||||
prompt "2.2.0.20151023"
|
||||
select LIBC_NEWLIB_2_2
|
||||
|
||||
config LIBC_NEWLIB_LINARO_V_2_1_0
|
||||
@ -118,6 +123,10 @@ endchoice
|
||||
|
||||
endif # ! LIBC_NEWLIB_CUSTOM
|
||||
|
||||
config LIBC_NEWLIB_2_3
|
||||
bool
|
||||
select LIBC_NEWLIB_2_3_or_later
|
||||
|
||||
config LIBC_NEWLIB_2_2
|
||||
bool
|
||||
select LIBC_NEWLIB_2_2_or_later
|
||||
@ -130,6 +139,10 @@ config LIBC_NEWLIB_2_0
|
||||
bool
|
||||
select LIBC_NEWLIB_2_0_or_later
|
||||
|
||||
config LIBC_NEWLIB_2_3_or_later
|
||||
bool
|
||||
select LIBC_NEWLIB_2_2_or_later
|
||||
|
||||
config LIBC_NEWLIB_2_2_or_later
|
||||
bool
|
||||
select LIBC_NEWLIB_2_1_or_later
|
||||
@ -149,8 +162,9 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
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
|
||||
default "2.2.0" if LIBC_NEWLIB_V_2_2_0
|
||||
default "2.2.0.20151023" if LIBC_NEWLIB_V_2_2_0
|
||||
default "linaro-2.1.0-2014.09" if LIBC_NEWLIB_LINARO_V_2_1_0
|
||||
default "2.1.0" if LIBC_NEWLIB_V_2_1_0
|
||||
default "2.0.0" if LIBC_NEWLIB_V_2_0_0
|
||||
|
Loading…
Reference in New Issue
Block a user