diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 17:51:33 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 17:51:33 +0200 |
commit | caeb4ada2387a8750acba9c514f0f356e142e777 (patch) | |
tree | 78d4c894ed932449d8ef0e93a24478b40c881166 /config/libc/uClibc.in | |
parent | 2418f95c9e73994e9094c62fa1d4e227192fef77 (diff) | |
download | crosstool-ng-caeb4ada2387a8750acba9c514f0f356e142e777.tar.gz crosstool-ng-caeb4ada2387a8750acba9c514f0f356e142e777.tar.bz2 crosstool-ng-caeb4ada2387a8750acba9c514f0f356e142e777.zip |
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/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index dbd659cf..e583b765 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! |