mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Add EXPERIMENTAL glibc-2.7.
This commit is contained in:
parent
66fc264900
commit
33f66b807d
@ -25,6 +25,11 @@ config LIBC_V_2_6_1
|
||||
bool
|
||||
prompt "2.6.1"
|
||||
|
||||
config LIBC_V_2_7
|
||||
bool
|
||||
prompt "2.7"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -37,6 +42,7 @@ config LIBC_VERSION
|
||||
default "2.5.1" if LIBC_V_2_5_1
|
||||
default "2.6" if LIBC_V_2_6
|
||||
default "2.6.1" if LIBC_V_2_6_1
|
||||
default "2.7" if LIBC_V_2_7
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user