summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in62
1 files changed, 30 insertions, 32 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index b9ef99f..97d21c3 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -11,44 +11,43 @@ config LIBC_glibc
choice
bool
prompt "glibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config LIBC_V_2_3_6
- bool
- prompt "2.3.6 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_V_2_5
+config LIBC_V_2_9
bool
- prompt "2.5"
+ prompt "2.9"
+ select LIBC_GLIBC_2_8_or_later
-config LIBC_V_2_5_1
+config LIBC_V_2_8
bool
- prompt "2.5.1"
+ prompt "2.8"
+ select LIBC_GLIBC_2_8_or_later
-config LIBC_V_2_6
+config LIBC_V_2_7
bool
- prompt "2.6"
+ prompt "2.7"
config LIBC_V_2_6_1
bool
prompt "2.6.1"
-config LIBC_V_2_7
+config LIBC_V_2_6
bool
- prompt "2.7"
+ prompt "2.6"
-config LIBC_V_2_8
+config LIBC_V_2_5_1
bool
- prompt "2.8"
- select LIBC_GLIBC_2_8_or_later
+ prompt "2.5.1"
-config LIBC_V_2_9
+config LIBC_V_2_5
bool
- prompt "2.9"
- select LIBC_GLIBC_2_8_or_later
+ prompt "2.5"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+config LIBC_V_2_3_6
+ bool
+ prompt "2.3.6 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_LATEST
bool
@@ -65,18 +64,17 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_date
- default "latest" if LIBC_V_LATEST
- default "2.3.6" if LIBC_V_2_3_6
- default "2.4" if LIBC_V_2_4
- default "2.5" if LIBC_V_2_5
- default "2.5.1" if LIBC_V_2_5_1
- default "2.6" if LIBC_V_2_6
- default "2.6.1" if LIBC_V_2_6_1
- default "2.7" if LIBC_V_2_7
- default "2.8" if LIBC_V_2_8
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2.9" if LIBC_V_2_9
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "2.8" if LIBC_V_2_8
+ default "2.7" if LIBC_V_2_7
+ default "2.6.1" if LIBC_V_2_6_1
+ default "2.6" if LIBC_V_2_6
+ default "2.5.1" if LIBC_V_2_5_1
+ default "2.5" if LIBC_V_2_5
+ default "2.3.6" if LIBC_V_2_3_6
+ default "latest" if LIBC_V_LATEST
config LIBC_GLIBC_2_8_or_later
bool