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.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index c98ebd5..c507a47 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -15,6 +15,8 @@ config LIBC_eglibc
choice
bool
prompt "eglibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LIBC_V_2_10
bool
@@ -40,9 +42,6 @@ config EGLIBC_V_2_5
bool
prompt "2_5"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config EGLIBC_V_TRUNK
bool
prompt "'trunk'"
@@ -53,15 +52,15 @@ endchoice
config LIBC_VERSION
string
- default "trunk" if EGLIBC_V_TRUNK
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
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!
+ default "trunk" if EGLIBC_V_TRUNK
config EGLIBC_REVISION
string