summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
commit0c6375595702e370b3e5784eabdc87f0f5282fed (patch)
tree17070ee50f852e9e9a4d9457ec545e441126ac29 /config/libc/glibc.in
parentcaeb4ada2387a8750acba9c514f0f356e142e777 (diff)
scripts: add new version at top of choice
Add new versions at the top of the choice menu, not at the bottom.
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 310cc8f..97d21c3 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -11,6 +11,8 @@ config LIBC_glibc
choice
bool
prompt "glibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LIBC_V_2_9
bool
@@ -47,9 +49,6 @@ config LIBC_V_2_3_6
prompt "2.3.6 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config LIBC_V_LATEST
bool
prompt "'latest' snapshot (EXPERIMENTAL)"
@@ -65,7 +64,8 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_date
- default "latest" if LIBC_V_LATEST
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2.9" if LIBC_V_2_9
default "2.8" if LIBC_V_2_8
default "2.7" if LIBC_V_2_7
@@ -74,8 +74,7 @@ config LIBC_VERSION
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!
+ default "latest" if LIBC_V_LATEST
config LIBC_GLIBC_2_8_or_later
bool