mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
Fix warning in eglic config options.
/trunk/config/libc/eglibc.in | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
54001543d3
commit
13ef608d83
@ -32,7 +32,7 @@ config EGLIBC_V_2_8
|
||||
bool
|
||||
prompt "2_8"
|
||||
|
||||
config LIBC_V_2_9
|
||||
config EGLIBC_V_2_9
|
||||
bool
|
||||
prompt "2_9"
|
||||
|
||||
@ -54,7 +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
|
||||
default "2_9" if EGLIBC_V_2_9
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user