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.in43
1 files changed, 21 insertions, 22 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index ced8d95..c507a47 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -15,33 +15,32 @@ config LIBC_eglibc
choice
bool
prompt "eglibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-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"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+config EGLIBC_V_2_5
+ bool
+ prompt "2_5"
config EGLIBC_V_TRUNK
bool
@@ -53,15 +52,15 @@ 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
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2_10" if LIBC_V_2_10
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ 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
+ default "trunk" if EGLIBC_V_TRUNK
config EGLIBC_REVISION
string