diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 18:38:06 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 18:38:06 +0200 |
commit | 0c6375595702e370b3e5784eabdc87f0f5282fed (patch) | |
tree | 17070ee50f852e9e9a4d9457ec545e441126ac29 /config/libc/eglibc.in | |
parent | caeb4ada2387a8750acba9c514f0f356e142e777 (diff) | |
download | crosstool-ng-0c6375595702e370b3e5784eabdc87f0f5282fed.tar.gz crosstool-ng-0c6375595702e370b3e5784eabdc87f0f5282fed.tar.bz2 crosstool-ng-0c6375595702e370b3e5784eabdc87f0f5282fed.zip |
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/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index c98ebd52..c507a47e 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 |