mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 00:26:55 +00:00
libc/newlib: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
db5b6a4915
commit
d565297b97
@ -18,6 +18,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_NEWLIB_V_2_0_0
|
||||
bool
|
||||
prompt "2.0.0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config LIBC_NEWLIB_V_1_20_0
|
||||
bool
|
||||
prompt "1.20.0"
|
||||
@ -57,6 +62,7 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.0.0" if LIBC_NEWLIB_V_2_0_0
|
||||
default "1.20.0" if LIBC_NEWLIB_V_1_20_0
|
||||
default "1.19.0" if LIBC_NEWLIB_V_1_19_0
|
||||
default "1.18.0" if LIBC_NEWLIB_V_1_18_0
|
||||
|
Loading…
x
Reference in New Issue
Block a user