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.
This commit is contained in:
Yann E. MORIN" 2009-09-13 17:51:33 +02:00
parent 2418f95c9e
commit caeb4ada23
16 changed files with 546 additions and 547 deletions

View File

@ -9,84 +9,9 @@ choice
bool
prompt "binutils version"
config BINUTILS_V_2_14
config BINUTILS_V_2_19_51_0_2
bool
prompt "2.14 (OBSOLETE)"
depends on OBSOLETE
config BINUTILS_V_2_15
bool
prompt "2.15 (OBSOLETE)"
depends on OBSOLETE
config BINUTILS_V_2_16_1
bool
prompt "2.16.1"
config BINUTILS_V_2_17
bool
prompt "2.17"
config BINUTILS_V_2_18
bool
prompt "2.18"
config BINUTILS_V_2_18_50_0_4
bool
prompt "2.18.50.0.4 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_6
bool
prompt "2.18.50.0.6 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_7
bool
prompt "2.18.50.0.7 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_8
bool
prompt "2.18.50.0.8 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_9
bool
prompt "2.18.50.0.9 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_90
bool
prompt "2.18.90 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_91
bool
prompt "2.18.91 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_92
bool
prompt "2.18.92 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_93
bool
prompt "2.18.93 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_19
bool
prompt "2.19"
config BINUTILS_V_2_19_1
bool
prompt "2.19.1"
config BINUTILS_V_2_19_50_0_1
bool
prompt "2.19.50.0.1 (EXPERIMENTAL)"
prompt "2.19.51.0.2 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_19_51_0_1
@ -94,36 +19,111 @@ config BINUTILS_V_2_19_51_0_1
prompt "2.19.51.0.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_19_51_0_2
config BINUTILS_V_2_19_50_0_1
bool
prompt "2.19.51.0.2 (EXPERIMENTAL)"
prompt "2.19.50.0.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_19_1
bool
prompt "2.19.1"
config BINUTILS_V_2_19
bool
prompt "2.19"
config BINUTILS_V_2_18_93
bool
prompt "2.18.93 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_92
bool
prompt "2.18.92 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_91
bool
prompt "2.18.91 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_90
bool
prompt "2.18.90 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_9
bool
prompt "2.18.50.0.9 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_8
bool
prompt "2.18.50.0.8 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_7
bool
prompt "2.18.50.0.7 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_6
bool
prompt "2.18.50.0.6 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_4
bool
prompt "2.18.50.0.4 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18
bool
prompt "2.18"
config BINUTILS_V_2_17
bool
prompt "2.17"
config BINUTILS_V_2_16_1
bool
prompt "2.16.1"
config BINUTILS_V_2_15
bool
prompt "2.15 (OBSOLETE)"
depends on OBSOLETE
config BINUTILS_V_2_14
bool
prompt "2.14 (OBSOLETE)"
depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config BINUTILS_VERSION
string
default "2.14" if BINUTILS_V_2_14
default "2.15" if BINUTILS_V_2_15
default "2.16.1" if BINUTILS_V_2_16_1
default "2.17" if BINUTILS_V_2_17
default "2.18" if BINUTILS_V_2_18
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
default "2.18.90" if BINUTILS_V_2_18_90
default "2.18.91" if BINUTILS_V_2_18_91
default "2.18.92" if BINUTILS_V_2_18_92
default "2.18.93" if BINUTILS_V_2_18_93
default "2.19" if BINUTILS_V_2_19
default "2.19.1" if BINUTILS_V_2_19_1
default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1
default "2.19.51.0.2" if BINUTILS_V_2_19_51_0_2
default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1
default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
default "2.19.1" if BINUTILS_V_2_19_1
default "2.19" if BINUTILS_V_2_19
default "2.18.93" if BINUTILS_V_2_18_93
default "2.18.92" if BINUTILS_V_2_18_92
default "2.18.91" if BINUTILS_V_2_18_91
default "2.18.90" if BINUTILS_V_2_18_90
default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
default "2.18" if BINUTILS_V_2_18
default "2.17" if BINUTILS_V_2_17
default "2.16.1" if BINUTILS_V_2_16_1
default "2.15" if BINUTILS_V_2_15
default "2.14" if BINUTILS_V_2_14
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -17,104 +17,12 @@ choice
bool
prompt "gcc version"
config CC_V_3_2_3
config CC_V_4_4_1
bool
prompt "3.2.3 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_3_6
bool
prompt "3.3.6 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_4_6
bool
prompt "3.4.6 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_0
bool
prompt "4.0.0 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_1
bool
prompt "4.0.1 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_2
bool
prompt "4.0.2 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_3
bool
prompt "4.0.3 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_4
bool
prompt "4.0.4"
config CC_V_4_1_0
bool
prompt "4.1.0 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_1_1
bool
prompt "4.1.1 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_1_2
bool
prompt "4.1.2"
config CC_V_4_2_0
bool
prompt "4.2.0"
config CC_V_4_2_1
bool
prompt "4.2.1"
config CC_V_4_2_2
bool
prompt "4.2.2"
config CC_V_4_2_3
bool
prompt "4.2.3"
config CC_V_4_2_4
bool
prompt "4.2.4"
config CC_V_4_3_0
bool
prompt "4.3.0 (EXPERIMENTAL)"
prompt "4.4.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_3_or_later
config CC_V_4_3_1
bool
prompt "4.3.1"
select CC_GCC_4_3_or_later
config CC_V_4_3_2
bool
prompt "4.3.2"
select CC_GCC_4_3_or_later
config CC_V_4_3_3
bool
prompt "4.3.3"
select CC_GCC_4_3_or_later
config CC_V_4_3_4
bool
prompt "4.3.4"
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
config CC_V_4_4_0
bool
@ -123,12 +31,104 @@ config CC_V_4_4_0
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
config CC_V_4_4_1
config CC_V_4_3_4
bool
prompt "4.4.1 (EXPERIMENTAL)"
prompt "4.3.4"
select CC_GCC_4_3_or_later
config CC_V_4_3_3
bool
prompt "4.3.3"
select CC_GCC_4_3_or_later
config CC_V_4_3_2
bool
prompt "4.3.2"
select CC_GCC_4_3_or_later
config CC_V_4_3_1
bool
prompt "4.3.1"
select CC_GCC_4_3_or_later
config CC_V_4_3_0
bool
prompt "4.3.0 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
config CC_V_4_2_4
bool
prompt "4.2.4"
config CC_V_4_2_3
bool
prompt "4.2.3"
config CC_V_4_2_2
bool
prompt "4.2.2"
config CC_V_4_2_1
bool
prompt "4.2.1"
config CC_V_4_2_0
bool
prompt "4.2.0"
config CC_V_4_1_2
bool
prompt "4.1.2"
config CC_V_4_1_1
bool
prompt "4.1.1 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_1_0
bool
prompt "4.1.0 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_4
bool
prompt "4.0.4"
config CC_V_4_0_3
bool
prompt "4.0.3 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_2
bool
prompt "4.0.2 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_1
bool
prompt "4.0.1 (OBSOLETE)"
depends on OBSOLETE
config CC_V_4_0_0
bool
prompt "4.0.0 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_4_6
bool
prompt "3.4.6 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_3_6
bool
prompt "3.3.6 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_2_3
bool
prompt "3.2.3 (OBSOLETE)"
depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -146,29 +146,29 @@ config CC_GCC_4_4_or_later
config CC_VERSION
string
default "3.2.3" if CC_V_3_2_3
default "3.3.6" if CC_V_3_3_6
default "3.4.6" if CC_V_3_4_6
default "4.0.0" if CC_V_4_0_0
default "4.0.1" if CC_V_4_0_1
default "4.0.2" if CC_V_4_0_2
default "4.0.3" if CC_V_4_0_3
default "4.0.4" if CC_V_4_0_4
default "4.1.0" if CC_V_4_1_0
default "4.1.1" if CC_V_4_1_1
default "4.1.2" if CC_V_4_1_2
default "4.2.0" if CC_V_4_2_0
default "4.2.1" if CC_V_4_2_1
default "4.2.2" if CC_V_4_2_2
default "4.2.3" if CC_V_4_2_3
default "4.2.4" if CC_V_4_2_4
default "4.3.0" if CC_V_4_3_0
default "4.3.1" if CC_V_4_3_1
default "4.3.2" if CC_V_4_3_2
default "4.3.3" if CC_V_4_3_3
default "4.3.4" if CC_V_4_3_4
default "4.4.0" if CC_V_4_4_0
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0
default "4.3.4" if CC_V_4_3_4
default "4.3.3" if CC_V_4_3_3
default "4.3.2" if CC_V_4_3_2
default "4.3.1" if CC_V_4_3_1
default "4.3.0" if CC_V_4_3_0
default "4.2.4" if CC_V_4_2_4
default "4.2.3" if CC_V_4_2_3
default "4.2.2" if CC_V_4_2_2
default "4.2.1" if CC_V_4_2_1
default "4.2.0" if CC_V_4_2_0
default "4.1.2" if CC_V_4_1_2
default "4.1.1" if CC_V_4_1_1
default "4.1.0" if CC_V_4_1_0
default "4.0.4" if CC_V_4_0_4
default "4.0.3" if CC_V_4_0_3
default "4.0.2" if CC_V_4_0_2
default "4.0.1" if CC_V_4_0_1
default "4.0.0" if CC_V_4_0_0
default "3.4.6" if CC_V_3_4_6
default "3.3.6" if CC_V_3_3_6
default "3.2.3" if CC_V_3_2_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -4,25 +4,25 @@ choice
bool
prompt "CLooG/ppl version"
config CLOOG_V_0_15_3
config CLOOG_V_0_15_7
bool
prompt "0.15.3"
config CLOOG_V_0_15_4
bool
prompt "0.15.4"
config CLOOG_V_0_15_5
bool
prompt "0.15.5"
prompt "0.15.7"
config CLOOG_V_0_15_6
bool
prompt "0.15.6"
config CLOOG_V_0_15_7
config CLOOG_V_0_15_5
bool
prompt "0.15.7"
prompt "0.15.5"
config CLOOG_V_0_15_4
bool
prompt "0.15.4"
config CLOOG_V_0_15_3
bool
prompt "0.15.3"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -30,10 +30,10 @@ endchoice
config CLOOG_VERSION
string
default "0.15.3" if CLOOG_V_0_15_3
default "0.15.4" if CLOOG_V_0_15_4
default "0.15.5" if CLOOG_V_0_15_5
default "0.15.6" if CLOOG_V_0_15_6
default "0.15.7" if CLOOG_V_0_15_7
default "0.15.6" if CLOOG_V_0_15_6
default "0.15.5" if CLOOG_V_0_15_5
default "0.15.4" if CLOOG_V_0_15_4
default "0.15.3" if CLOOG_V_0_15_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -4,21 +4,21 @@ choice
bool
prompt "GMP version"
config GMP_V_4_2_2
config GMP_V_4_3_1
bool
prompt "4.2.2"
config GMP_V_4_2_4
bool
prompt "4.2.4"
prompt "4.3.1"
config GMP_V_4_3_0
bool
prompt "4.3.0"
config GMP_V_4_3_1
config GMP_V_4_2_4
bool
prompt "4.3.1"
prompt "4.2.4"
config GMP_V_4_2_2
bool
prompt "4.2.2"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -26,9 +26,9 @@ endchoice
config GMP_VERSION
string
default "4.2.2" if GMP_V_4_2_2
default "4.2.4" if GMP_V_4_2_4
default "4.3.0" if GMP_V_4_3_0
default "4.3.1" if GMP_V_4_3_1
default "4.3.0" if GMP_V_4_3_0
default "4.2.4" if GMP_V_4_2_4
default "4.2.2" if GMP_V_4_2_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -4,21 +4,21 @@ choice
bool
prompt "MPC version"
config MPC_V_0_6
bool
prompt "0.6"
config MPC_V_0_7
bool
prompt "0.7"
config MPC_V_0_6
bool
prompt "0.6"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config MPC_VERSION
string
default "0.6" if MPC_V_0_6
default "0.7" if MPC_V_0_7
default "0.6" if MPC_V_0_6
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -4,21 +4,21 @@ choice
bool
prompt "MPFR version"
config MPFR_V_2_3_1
config MPFR_V_2_4_1
bool
prompt "2.3.1"
config MPFR_V_2_3_2
bool
prompt "2.3.2"
prompt "2.4.1"
config MPFR_V_2_4_0
bool
prompt "2.4.0"
config MPFR_V_2_4_1
config MPFR_V_2_3_2
bool
prompt "2.4.1"
prompt "2.3.2"
config MPFR_V_2_3_1
bool
prompt "2.3.1"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -26,9 +26,9 @@ endchoice
config MPFR_VERSION
string
default "2.3.1" if MPFR_V_2_3_1
default "2.3.2" if MPFR_V_2_3_2
default "2.4.0" if MPFR_V_2_4_0
default "2.4.1" if MPFR_V_2_4_1
default "2.4.0" if MPFR_V_2_4_0
default "2.3.2" if MPFR_V_2_3_2
default "2.3.1" if MPFR_V_2_3_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -7,22 +7,22 @@ choice
bool
prompt "dmalloc version"
config DMALLOC_V_5_5_2
bool
prompt "5.5.2"
config DMALLOC_V_5_4_3
bool
prompt "5.4.3 (OBSOLETE)"
depends on OBSOLETE
config DMALLOC_V_5_5_2
bool
prompt "5.5.2"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config DMALLOC_VERSION
string
default "5.4.3" if DMALLOC_V_5_4_3
default "5.5.2" if DMALLOC_V_5_5_2
default "5.4.3" if DMALLOC_V_5_4_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -21,25 +21,25 @@ choice
bool
prompt "D.U.M.A. version"
config DUMA_V_2_5_1
config DUMA_V_2_5_15
bool
prompt "2_5_1"
config DUMA_V_2_5_8
bool
prompt "2_5_8"
config DUMA_V_2_5_12
bool
prompt "2_5_12"
prompt "2_5_15"
config DUMA_V_2_5_14
bool
prompt "2_5_14"
config DUMA_V_2_5_15
config DUMA_V_2_5_12
bool
prompt "2_5_15"
prompt "2_5_12"
config DUMA_V_2_5_8
bool
prompt "2_5_8"
config DUMA_V_2_5_1
bool
prompt "2_5_1"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -47,10 +47,10 @@ endchoice
config DUMA_VERSION
string
default "2_5_1" if DUMA_V_2_5_1
default "2_5_8" if DUMA_V_2_5_8
default "2_5_12" if DUMA_V_2_5_12
default "2_5_14" if DUMA_V_2_5_14
default "2_5_15" if DUMA_V_2_5_15
default "2_5_14" if DUMA_V_2_5_14
default "2_5_12" if DUMA_V_2_5_12
default "2_5_8" if DUMA_V_2_5_8
default "2_5_1" if DUMA_V_2_5_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -97,54 +97,54 @@ choice
prompt "gdb version"
depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
config GDB_V_6_4
bool
prompt "6.4 (OBSOLETE)"
depends on OBSOLETE
config GDB_V_6_5
bool
prompt "6.5 (OBSOLETE)"
depends on OBSOLETE
config GDB_V_6_6
bool
prompt "6.6"
config GDB_V_6_7
bool
prompt "6.7 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config GDB_V_6_7_1
bool
prompt "6.7.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config GDB_V_6_8
bool
prompt "6.8"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
config GDB_V_snapshot
bool
prompt "snapshot (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on ! GDB_CROSS_INSIGHT
config GDB_V_6_8
bool
prompt "6.8"
config GDB_V_6_7_1
bool
prompt "6.7.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config GDB_V_6_7
bool
prompt "6.7 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config GDB_V_6_6
bool
prompt "6.6"
config GDB_V_6_5
bool
prompt "6.5 (OBSOLETE)"
depends on OBSOLETE
config GDB_V_6_4
bool
prompt "6.4 (OBSOLETE)"
depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config GDB_VERSION
string
default "snapshot" if GDB_V_snapshot
default "6.4" if GDB_V_6_4
default "6.5" if GDB_V_6_5
default "6.6" if GDB_V_6_6
default "6.7" if GDB_V_6_7
default "6.7.1" if GDB_V_6_7_1
default "6.8" if GDB_V_6_8
default "6.7.1" if GDB_V_6_7_1
default "6.7" if GDB_V_6_7
default "6.6" if GDB_V_6_6
default "6.5" if GDB_V_6_5
default "6.4" if GDB_V_6_4
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
@ -156,19 +156,19 @@ choice
bool
prompt "ncurses version"
config NCURSES_V_5_6
bool
prompt "5.6"
config NCURSES_V_5_7
bool
prompt "5.7"
config NCURSES_V_5_6
bool
prompt "5.6"
endchoice
config NCURSES_VERSION
string
default "5.6" if NCURSES_V_5_6
default "5.7" if NCURSES_V_5_7
default "5.6" if NCURSES_V_5_6
endif # GDB_NATIVE --> ncurses

View File

@ -12,22 +12,22 @@ choice
bool
prompt "ltrace version"
config LTRACE_V_0_4
config LTRACE_V_0_5_2
bool
prompt "0.4"
config LTRACE_V_0_5
bool
prompt "0.5"
prompt "0.5.2"
config LTRACE_V_0_5_1
bool
prompt "0.5.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config LTRACE_V_0_5_2
config LTRACE_V_0_5
bool
prompt "0.5.2"
prompt "0.5"
config LTRACE_V_0_4
bool
prompt "0.4"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -35,9 +35,9 @@ endchoice
config LTRACE_VERSION
string
default "0.4" if LTRACE_V_0_4
default "0.5" if LTRACE_V_0_5
default "0.5.1" if LTRACE_V_0_5_1
default "0.5.2" if LTRACE_V_0_5_2
default "0.5.1" if LTRACE_V_0_5_1
default "0.5" if LTRACE_V_0_5
default "0.4" if LTRACE_V_0_4
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!

View File

@ -6,32 +6,32 @@ choice
bool
prompt "strace version"
config STRACE_V_4_5
config STRACE_V_4_5_18
bool
prompt "4.5 (OBSOLETE)"
depends on OBSOLETE
prompt "4.5.18 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config STRACE_V_4_5_17
bool
prompt "4.5.17"
config STRACE_V_4_5_16
bool
prompt "4.5.16"
config STRACE_V_4_5_15
bool
prompt "4.5.15"
config STRACE_V_4_5_14
bool
prompt "4.5.14 (OBSOLETE)"
depends on OBSOLETE
config STRACE_V_4_5_15
config STRACE_V_4_5
bool
prompt "4.5.15"
config STRACE_V_4_5_16
bool
prompt "4.5.16"
config STRACE_V_4_5_17
bool
prompt "4.5.17"
config STRACE_V_4_5_18
bool
prompt "4.5.18 (EXPERIMENTAL)"
depends on EXPERIMENTAL
prompt "4.5 (OBSOLETE)"
depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -39,11 +39,11 @@ endchoice
config STRACE_VERSION
string
default "4.5" if STRACE_V_4_5
default "4.5.14" if STRACE_V_4_5_14
default "4.5.15" if STRACE_V_4_5_15
default "4.5.16" if STRACE_V_4_5_16
default "4.5.17" if STRACE_V_4_5_17
default "4.5.18" if STRACE_V_4_5_18
default "4.5.17" if STRACE_V_4_5_17
default "4.5.16" if STRACE_V_4_5_16
default "4.5.15" if STRACE_V_4_5_15
default "4.5.14" if STRACE_V_4_5_14
default "4.5" if STRACE_V_4_5
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!

View File

@ -32,39 +32,77 @@ choice
bool
prompt "Linux kernel version"
config KERNEL_V_2_6_18_8
config KERNEL_V_2_6_31
bool
prompt "2.6.18.8 (OBSOLETE)"
depends on OBSOLETE
prompt "2.6.31"
config KERNEL_V_2_6_19_7
config KERNEL_V_2_6_30_6
bool
prompt "2.6.19.7 (OBSOLETE)"
depends on OBSOLETE
prompt "2.6.30.6"
config KERNEL_V_2_6_20_21
config KERNEL_V_2_6_30_5
bool
prompt "2.6.20.21 (OBSOLETE)"
depends on OBSOLETE
prompt "2.6.30.5"
config KERNEL_V_2_6_21_7
config KERNEL_V_2_6_30_4
bool
prompt "2.6.21.7 (OBSOLETE)"
depends on OBSOLETE
prompt "2.6.30.4"
config KERNEL_V_2_6_22_19
config KERNEL_V_2_6_30_3
bool
prompt "2.6.22.19 (OBSOLETE)"
depends on OBSOLETE
prompt "2.6.30.3"
config KERNEL_V_2_6_23_17
config KERNEL_V_2_6_30_2
bool
prompt "2.6.23.17 (OBSOLETE)"
depends on OBSOLETE
prompt "2.6.30.2"
config KERNEL_V_2_6_24_7
config KERNEL_V_2_6_30_1
bool
prompt "2.6.24.7 (OBSOLETE)"
prompt "2.6.30.1"
config KERNEL_V_2_6_30
bool
prompt "2.6.30"
config KERNEL_V_2_6_29_6
bool
prompt "2.6.29.6"
config KERNEL_V_2_6_29_5
bool
prompt "2.6.29.5"
config KERNEL_V_2_6_29_4
bool
prompt "2.6.29.4"
config KERNEL_V_2_6_29_3
bool
prompt "2.6.29.3"
config KERNEL_V_2_6_29_2
bool
prompt "2.6.29.2"
config KERNEL_V_2_6_29_1
bool
prompt "2.6.29.1"
config KERNEL_V_2_6_29
bool
prompt "2.6.29"
config KERNEL_V_2_6_28_10
bool
prompt "2.6.28.10"
config KERNEL_V_2_6_27_33
bool
prompt "2.6.27.33 (long-term stable)"
config KERNEL_V_2_6_26_8
bool
prompt "2.6.26.8 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_25_20
@ -72,78 +110,40 @@ config KERNEL_V_2_6_25_20
prompt "2.6.25.20 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_26_8
config KERNEL_V_2_6_24_7
bool
prompt "2.6.26.8 (OBSOLETE)"
prompt "2.6.24.7 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_27_33
config KERNEL_V_2_6_23_17
bool
prompt "2.6.27.33 (long-term stable)"
prompt "2.6.23.17 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_28_10
config KERNEL_V_2_6_22_19
bool
prompt "2.6.28.10"
prompt "2.6.22.19 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_29
config KERNEL_V_2_6_21_7
bool
prompt "2.6.29"
prompt "2.6.21.7 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_29_1
config KERNEL_V_2_6_20_21
bool
prompt "2.6.29.1"
prompt "2.6.20.21 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_29_2
config KERNEL_V_2_6_19_7
bool
prompt "2.6.29.2"
prompt "2.6.19.7 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_29_3
config KERNEL_V_2_6_18_8
bool
prompt "2.6.29.3"
config KERNEL_V_2_6_29_4
bool
prompt "2.6.29.4"
config KERNEL_V_2_6_29_5
bool
prompt "2.6.29.5"
config KERNEL_V_2_6_29_6
bool
prompt "2.6.29.6"
config KERNEL_V_2_6_30
bool
prompt "2.6.30"
config KERNEL_V_2_6_30_1
bool
prompt "2.6.30.1"
config KERNEL_V_2_6_30_2
bool
prompt "2.6.30.2"
config KERNEL_V_2_6_30_3
bool
prompt "2.6.30.3"
config KERNEL_V_2_6_30_4
bool
prompt "2.6.30.4"
config KERNEL_V_2_6_30_5
bool
prompt "2.6.30.5"
config KERNEL_V_2_6_30_6
bool
prompt "2.6.30.6"
config KERNEL_V_2_6_31
bool
prompt "2.6.31"
prompt "2.6.18.8 (OBSOLETE)"
depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -158,32 +158,32 @@ endchoice
config KERNEL_VERSION
string
prompt "Kernel version" if KERNEL_V_select
default "2.6.18.8" if KERNEL_V_2_6_18_8
default "2.6.19.7" if KERNEL_V_2_6_19_7
default "2.6.20.21" if KERNEL_V_2_6_20_21
default "2.6.21.7" if KERNEL_V_2_6_21_7
default "2.6.22.19" if KERNEL_V_2_6_22_19
default "2.6.23.17" if KERNEL_V_2_6_23_17
default "2.6.24.7" if KERNEL_V_2_6_24_7
default "2.6.25.20" if KERNEL_V_2_6_25_20
default "2.6.26.8" if KERNEL_V_2_6_26_8
default "2.6.27.33" if KERNEL_V_2_6_27_33
default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.29" if KERNEL_V_2_6_29
default "2.6.29.1" if KERNEL_V_2_6_29_1
default "2.6.29.2" if KERNEL_V_2_6_29_2
default "2.6.29.3" if KERNEL_V_2_6_29_3
default "2.6.29.4" if KERNEL_V_2_6_29_4
default "2.6.29.5" if KERNEL_V_2_6_29_5
default "2.6.29.6" if KERNEL_V_2_6_29_6
default "2.6.30" if KERNEL_V_2_6_30
default "2.6.30.1" if KERNEL_V_2_6_30_1
default "2.6.30.2" if KERNEL_V_2_6_30_2
default "2.6.30.3" if KERNEL_V_2_6_30_3
default "2.6.30.4" if KERNEL_V_2_6_30_4
default "2.6.30.5" if KERNEL_V_2_6_30_5
default "2.6.30.6" if KERNEL_V_2_6_30_6
default "2.6.31" if KERNEL_V_2_6_31
default "2.6.30.6" if KERNEL_V_2_6_30_6
default "2.6.30.5" if KERNEL_V_2_6_30_5
default "2.6.30.4" if KERNEL_V_2_6_30_4
default "2.6.30.3" if KERNEL_V_2_6_30_3
default "2.6.30.2" if KERNEL_V_2_6_30_2
default "2.6.30.1" if KERNEL_V_2_6_30_1
default "2.6.30" if KERNEL_V_2_6_30
default "2.6.29.6" if KERNEL_V_2_6_29_6
default "2.6.29.5" if KERNEL_V_2_6_29_5
default "2.6.29.4" if KERNEL_V_2_6_29_4
default "2.6.29.3" if KERNEL_V_2_6_29_3
default "2.6.29.2" if KERNEL_V_2_6_29_2
default "2.6.29.1" if KERNEL_V_2_6_29_1
default "2.6.29" if KERNEL_V_2_6_29
default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.27.33" if KERNEL_V_2_6_27_33
default "2.6.26.8" if KERNEL_V_2_6_26_8
default "2.6.25.20" if KERNEL_V_2_6_25_20
default "2.6.24.7" if KERNEL_V_2_6_24_7
default "2.6.23.17" if KERNEL_V_2_6_23_17
default "2.6.22.19" if KERNEL_V_2_6_22_19
default "2.6.21.7" if KERNEL_V_2_6_21_7
default "2.6.20.21" if KERNEL_V_2_6_20_21
default "2.6.19.7" if KERNEL_V_2_6_19_7
default "2.6.18.8" if KERNEL_V_2_6_18_8
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
help

View File

@ -16,29 +16,29 @@ choice
bool
prompt "eglibc version"
config EGLIBC_V_2_5
config LIBC_V_2_10
bool
prompt "2_5"
config EGLIBC_V_2_6
bool
prompt "2_6"
config EGLIBC_V_2_7
bool
prompt "2_7"
config EGLIBC_V_2_8
bool
prompt "2_8"
prompt "2_10"
config EGLIBC_V_2_9
bool
prompt "2_9"
config LIBC_V_2_10
config EGLIBC_V_2_8
bool
prompt "2_10"
prompt "2_8"
config EGLIBC_V_2_7
bool
prompt "2_7"
config EGLIBC_V_2_6
bool
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!

View File

@ -12,40 +12,40 @@ choice
bool
prompt "glibc version"
config LIBC_V_2_3_6
config LIBC_V_2_9
bool
prompt "2.3.6 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_2_5
bool
prompt "2.5"
config LIBC_V_2_5_1
bool
prompt "2.5.1"
config LIBC_V_2_6
bool
prompt "2.6"
config LIBC_V_2_6_1
bool
prompt "2.6.1"
config LIBC_V_2_7
bool
prompt "2.7"
prompt "2.9"
select LIBC_GLIBC_2_8_or_later
config LIBC_V_2_8
bool
prompt "2.8"
select LIBC_GLIBC_2_8_or_later
config LIBC_V_2_9
config LIBC_V_2_7
bool
prompt "2.9"
select LIBC_GLIBC_2_8_or_later
prompt "2.7"
config LIBC_V_2_6_1
bool
prompt "2.6.1"
config LIBC_V_2_6
bool
prompt "2.6"
config LIBC_V_2_5_1
bool
prompt "2.5.1"
config LIBC_V_2_5
bool
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!

View File

@ -12,9 +12,27 @@ choice
bool
prompt "uClibc version"
config LIBC_V_0_9_28
config LIBC_V_0_9_30_1
bool
prompt "0.9.28 (OBSOLETE)"
prompt "0.9.30.1"
select LIBC_UCLIBC_0_9_30_or_later
config LIBC_V_0_9_30
bool
prompt "0.9.30"
select LIBC_UCLIBC_0_9_30_or_later
config LIBC_V_0_9_29
bool
prompt "0.9.29"
config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
config LIBC_V_0_9_28_2
bool
prompt "0.9.28.2 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_0_9_28_1
@ -22,29 +40,11 @@ config LIBC_V_0_9_28_1
prompt "0.9.28.1 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_0_9_28_2
config LIBC_V_0_9_28
bool
prompt "0.9.28.2 (OBSOLETE)"
prompt "0.9.28 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
config LIBC_V_0_9_29
bool
prompt "0.9.29"
config LIBC_V_0_9_30
bool
prompt "0.9.30"
select LIBC_UCLIBC_0_9_30_or_later
config LIBC_V_0_9_30_1
bool
prompt "0.9.30.1"
select LIBC_UCLIBC_0_9_30_or_later
# 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!

View File

@ -9,21 +9,21 @@ choice
bool
prompt "libelf version"
config LIBELF_V_0_8_10
bool
prompt "0.8.10"
config LIBELF_V_0_8_11
bool
prompt "0.8.11"
config LIBELF_V_0_8_10
bool
prompt "0.8.10"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config LIBELF_VERSION
string
default "0.8.10" if LIBELF_V_0_8_10
default "0.8.11" if LIBELF_V_0_8_11
default "0.8.10" if LIBELF_V_0_8_10
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!