mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 16:40:49 +00:00
Add option for the latest eglibc 2_9 branch.
/trunk/config/libc/eglibc.in | 13 9 4 0 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-)
This commit is contained in:
parent
a706d09c2e
commit
db9f38f824
@ -18,19 +18,23 @@ choice
|
||||
|
||||
config EGLIBC_V_2_5
|
||||
bool
|
||||
prompt "2.5"
|
||||
prompt "2_5"
|
||||
|
||||
config EGLIBC_V_2_6
|
||||
bool
|
||||
prompt "2.6"
|
||||
prompt "2_6"
|
||||
|
||||
config EGLIBC_V_2_7
|
||||
bool
|
||||
prompt "2.7"
|
||||
prompt "2_7"
|
||||
|
||||
config EGLIBC_V_2_8
|
||||
bool
|
||||
prompt "2.8"
|
||||
prompt "2_8"
|
||||
|
||||
config LIBC_V_2_9
|
||||
bool
|
||||
prompt "2_9"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
@ -50,6 +54,7 @@ config LIBC_VERSION
|
||||
default "2_6" if EGLIBC_V_2_6
|
||||
default "2_7" if EGLIBC_V_2_7
|
||||
default "2_8" if EGLIBC_V_2_8
|
||||
default "2_9" if LIBC_V_2_9
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user