summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 15:51:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 15:51:33 (GMT)
commitcaeb4ada2387a8750acba9c514f0f356e142e777 (patch)
tree78d4c894ed932449d8ef0e93a24478b40c881166 /config/libc
parent2418f95c9e73994e9094c62fa1d4e227192fef77 (diff)
config: re-order menu entries so that latest versions are at the top
It makes better sense to have latest versions at the top of the choice entries.
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/eglibc.in34
-rw-r--r--config/libc/glibc.in53
-rw-r--r--config/libc/uClibc.in46
3 files changed, 66 insertions, 67 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!
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index b9ef99f..310cc8f 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -12,40 +12,40 @@ choice
bool
prompt "glibc version"
-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"
+
+config LIBC_V_2_3_6
+ bool
+ prompt "2.3.6 (OBSOLETE)"
+ depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -66,15 +66,14 @@ 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
default "2.9" if LIBC_V_2_9
+ 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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index dbd659c..e583b76 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -12,38 +12,38 @@ choice
bool
prompt "uClibc version"
-config LIBC_V_0_9_28
+config LIBC_V_0_9_30_1
bool
- prompt "0.9.28 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.30.1"
+ select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_V_0_9_28_1
+config LIBC_V_0_9_30
bool
- prompt "0.9.28.1 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.30"
+ select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_V_0_9_28_2
+config LIBC_V_0_9_29
bool
- prompt "0.9.28.2 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.29"
config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
-config LIBC_V_0_9_29
+config LIBC_V_0_9_28_2
bool
- prompt "0.9.29"
+ prompt "0.9.28.2 (OBSOLETE)"
+ depends on OBSOLETE
-config LIBC_V_0_9_30
+config LIBC_V_0_9_28_1
bool
- prompt "0.9.30"
- select LIBC_UCLIBC_0_9_30_or_later
+ prompt "0.9.28.1 (OBSOLETE)"
+ depends on OBSOLETE
-config LIBC_V_0_9_30_1
+config LIBC_V_0_9_28
bool
- prompt "0.9.30.1"
- select LIBC_UCLIBC_0_9_30_or_later
+ prompt "0.9.28 (OBSOLETE)"
+ depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -64,13 +64,13 @@ config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
default "snapshot" if LIBC_V_snapshot
- default "0.9.28" if LIBC_V_0_9_28
- default "0.9.28.1" if LIBC_V_0_9_28_1
- default "0.9.28.2" if LIBC_V_0_9_28_2
- default "0.9.28.3" if LIBC_V_0_9_28_3
- default "0.9.29" if LIBC_V_0_9_29
- default "0.9.30" if LIBC_V_0_9_30
default "0.9.30.1" if LIBC_V_0_9_30_1
+ default "0.9.30" if LIBC_V_0_9_30
+ default "0.9.29" if LIBC_V_0_9_29
+ default "0.9.28.3" if LIBC_V_0_9_28_3
+ default "0.9.28.2" if LIBC_V_0_9_28_2
+ default "0.9.28.1" if LIBC_V_0_9_28_1
+ default "0.9.28" if LIBC_V_0_9_28
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!