summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index ced8d95..c98ebd5 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -16,29 +16,29 @@ choice
bool
prompt "eglibc version"
-config EGLIBC_V_2_5
- bool
- prompt "2_5"
-
-config EGLIBC_V_2_6
+config LIBC_V_2_10
bool
- prompt "2_6"
+ prompt "2_10"
-config EGLIBC_V_2_7
+config EGLIBC_V_2_9
bool
- prompt "2_7"
+ prompt "2_9"
config EGLIBC_V_2_8
bool
prompt "2_8"
-config EGLIBC_V_2_9
+config EGLIBC_V_2_7
bool
- prompt "2_9"
+ prompt "2_7"
-config LIBC_V_2_10
+config EGLIBC_V_2_6
bool
- prompt "2_10"
+ prompt "2_6"
+
+config EGLIBC_V_2_5
+ bool
+ prompt "2_5"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -54,12 +54,12 @@ endchoice
config LIBC_VERSION
string
default "trunk" if EGLIBC_V_TRUNK
- default "2_5" if EGLIBC_V_2_5
- 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 EGLIBC_V_2_9
default "2_10" if LIBC_V_2_10
+ default "2_9" if EGLIBC_V_2_9
+ default "2_8" if EGLIBC_V_2_8
+ default "2_7" if EGLIBC_V_2_7
+ default "2_6" if EGLIBC_V_2_6
+ default "2_5" if EGLIBC_V_2_5
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!