diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-18 09:22:25 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-18 09:22:25 +0000 |
commit | c0cc140a6feb53213104a81b35cadec0cb04af9c (patch) | |
tree | 11990656299d6fe7f45c195d06d2dab9e8adb427 /config/libc/eglibc.in | |
parent | c36b92179069933060d51f408e079c49eb47f281 (diff) | |
download | crosstool-ng-c0cc140a6feb53213104a81b35cadec0cb04af9c.tar.gz crosstool-ng-c0cc140a6feb53213104a81b35cadec0cb04af9c.tar.bz2 crosstool-ng-c0cc140a6feb53213104a81b35cadec0cb04af9c.zip |
Move snapshots version after numbered versions (aka releases).
/trunk/config/debug/gdb.in | 13 7 6 0 +++++++------
/trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++----------
/trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++----------
/trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------
4 files changed, 36 insertions(+), 32 deletions(-)
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 0a0a8b3e..bf0e4ed0 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -6,12 +6,6 @@ choice bool prompt "eglibc version" -config EGLIBC_V_TRUNK - bool - prompt "'trunk'" - help - Selecting this will export the trunk of the eglibc subversion repository. - config EGLIBC_V_2_5 bool prompt "2.5" @@ -30,6 +24,13 @@ config EGLIBC_V_2_8 # CT_INSERT_VERSION_ABOVE # Don't remove above line! + +config EGLIBC_V_TRUNK + bool + prompt "'trunk'" + help + Selecting this will export the trunk of the eglibc subversion repository. + endchoice config LIBC_VERSION |