mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 07:26:38 +00:00
libc/newlib: add latest version
This commit is contained in:
parent
eace0275b9
commit
09f87e1ecb
@ -16,6 +16,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_NEWLIB_V_1_18_0
|
||||
bool
|
||||
prompt "1.18.0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config LIBC_NEWLIB_V_1_17_0
|
||||
bool
|
||||
prompt "1.17.0"
|
||||
@ -42,6 +47,7 @@ config LIBC_VERSION
|
||||
prompt "use CVS tag" if LIBC_NEWLIB_CVS
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "1.18.0" if LIBC_NEWLIB_V_1_18_0
|
||||
default "1.17.0" if LIBC_NEWLIB_V_1_17_0
|
||||
help
|
||||
Enter the tag you want to use.
|
||||
|
Loading…
x
Reference in New Issue
Block a user