config: mark now old versions as being OBSOLETE
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 28 19:15:50 2009 +0100 (2009-10-28)
changeset 161550b25816f5bb
parent 1614 3f76cdbceb6e
child 1616 1fda13e5d961
config: mark now old versions as being OBSOLETE

These versions are kept for the upcoming release, but they
will be removed from the next release if they are not used.
config/binutils/binutils.in
config/cc/gcc.in
config/companion_libs/cloog.in
config/companion_libs/gmp.in
config/companion_libs/mpc.in
config/companion_libs/mpfr.in
config/debug/duma.in
config/debug/gdb.in
config/debug/ltrace.in
config/debug/strace.in
config/kernel/linux.in
config/libc/eglibc.in
config/libc/glibc.in
config/libc/uClibc.in
config/tools/libelf.in
config/tools/sstrip.in
     1.1 --- a/config/binutils/binutils.in	Tue Oct 27 20:06:46 2009 +0100
     1.2 +++ b/config/binutils/binutils.in	Wed Oct 28 19:15:50 2009 +0100
     1.3 @@ -26,11 +26,13 @@
     1.4  
     1.5  config BINUTILS_V_2_17
     1.6      bool
     1.7 -    prompt "2.17"
     1.8 +    prompt "2.17 (OBSOLETE)"
     1.9 +    depends on OBSOLETE
    1.10  
    1.11  config BINUTILS_V_2_16_1
    1.12      bool
    1.13 -    prompt "2.16.1"
    1.14 +    prompt "2.16.1 (OBSOLETE)"
    1.15 +    depends on OBSOLETE
    1.16  
    1.17  endchoice
    1.18  
     2.1 --- a/config/cc/gcc.in	Tue Oct 27 20:06:46 2009 +0100
     2.2 +++ b/config/cc/gcc.in	Wed Oct 28 19:15:50 2009 +0100
     2.3 @@ -72,7 +72,8 @@
     2.4  
     2.5  config CC_V_4_2_3
     2.6      bool
     2.7 -    prompt "4.2.3"
     2.8 +    prompt "4.2.3 (OBSOLETE)"
     2.9 +    depends on OBSOLETE
    2.10  
    2.11  config CC_V_4_2_2
    2.12      bool
    2.13 @@ -80,19 +81,23 @@
    2.14  
    2.15  config CC_V_4_2_1
    2.16      bool
    2.17 -    prompt "4.2.1"
    2.18 +    prompt "4.2.1 (OBSOLETE)"
    2.19 +    depends on OBSOLETE
    2.20  
    2.21  config CC_V_4_2_0
    2.22      bool
    2.23 -    prompt "4.2.0"
    2.24 +    prompt "4.2.0 (OBSOLETE)"
    2.25 +    depends on OBSOLETE
    2.26  
    2.27  config CC_V_4_1_2
    2.28      bool
    2.29 -    prompt "4.1.2"
    2.30 +    prompt "4.1.2 (OBSOLETE)"
    2.31 +    depends on OBSOLETE
    2.32  
    2.33  config CC_V_4_0_4
    2.34      bool
    2.35 -    prompt "4.0.4"
    2.36 +    prompt "4.0.4 (OBSOLETE)"
    2.37 +    depends on OBSOLETE
    2.38  
    2.39  config CC_V_3_4_6
    2.40      bool
     3.1 --- a/config/companion_libs/cloog.in	Tue Oct 27 20:06:46 2009 +0100
     3.2 +++ b/config/companion_libs/cloog.in	Wed Oct 28 19:15:50 2009 +0100
     3.3 @@ -16,15 +16,18 @@
     3.4  
     3.5  config CLOOG_V_0_15_5
     3.6      bool
     3.7 -    prompt "0.15.5"
     3.8 +    prompt "0.15.5 (OBSOLETE)"
     3.9 +    depends on OBSOLETE
    3.10  
    3.11  config CLOOG_V_0_15_4
    3.12      bool
    3.13 -    prompt "0.15.4"
    3.14 +    prompt "0.15.4 (OBSOLETE)"
    3.15 +    depends on OBSOLETE
    3.16  
    3.17  config CLOOG_V_0_15_3
    3.18      bool
    3.19 -    prompt "0.15.3"
    3.20 +    prompt "0.15.3 (OBSOLETE)"
    3.21 +    depends on OBSOLETE
    3.22  
    3.23  endchoice
    3.24  
     4.1 --- a/config/companion_libs/gmp.in	Tue Oct 27 20:06:46 2009 +0100
     4.2 +++ b/config/companion_libs/gmp.in	Wed Oct 28 19:15:50 2009 +0100
     4.3 @@ -16,11 +16,13 @@
     4.4  
     4.5  config GMP_V_4_2_4
     4.6      bool
     4.7 -    prompt "4.2.4"
     4.8 +    prompt "4.2.4 (OBSOLETE)"
     4.9 +    depends on OBSOLETE
    4.10  
    4.11  config GMP_V_4_2_2
    4.12      bool
    4.13 -    prompt "4.2.2"
    4.14 +    prompt "4.2.2 (OBSOLETE)"
    4.15 +    depends on OBSOLETE
    4.16  
    4.17  endchoice
    4.18  
     5.1 --- a/config/companion_libs/mpc.in	Tue Oct 27 20:06:46 2009 +0100
     5.2 +++ b/config/companion_libs/mpc.in	Wed Oct 28 19:15:50 2009 +0100
     5.3 @@ -12,7 +12,8 @@
     5.4  
     5.5  config MPC_V_0_6
     5.6      bool
     5.7 -    prompt "0.6"
     5.8 +    prompt "0.6 (OBSOLETE)"
     5.9 +    depends on OBSOLETE
    5.10  
    5.11  endchoice
    5.12  
     6.1 --- a/config/companion_libs/mpfr.in	Tue Oct 27 20:06:46 2009 +0100
     6.2 +++ b/config/companion_libs/mpfr.in	Wed Oct 28 19:15:50 2009 +0100
     6.3 @@ -16,11 +16,13 @@
     6.4  
     6.5  config MPFR_V_2_3_2
     6.6      bool
     6.7 -    prompt "2.3.2"
     6.8 +    prompt "2.3.2 (OBSOLETE)"
     6.9 +    depends on OBSOLETE
    6.10  
    6.11  config MPFR_V_2_3_1
    6.12      bool
    6.13 -    prompt "2.3.1"
    6.14 +    prompt "2.3.1 (OBSOLETE)"
    6.15 +    depends on OBSOLETE
    6.16  
    6.17  endchoice
    6.18  
     7.1 --- a/config/debug/duma.in	Tue Oct 27 20:06:46 2009 +0100
     7.2 +++ b/config/debug/duma.in	Wed Oct 28 19:15:50 2009 +0100
     7.3 @@ -29,19 +29,23 @@
     7.4  
     7.5  config DUMA_V_2_5_14
     7.6      bool
     7.7 -    prompt "2_5_14"
     7.8 +    prompt "2_5_14 (OBSOLETE)"
     7.9 +    depends on OBSOLETE
    7.10  
    7.11  config DUMA_V_2_5_12
    7.12      bool
    7.13 -    prompt "2_5_12"
    7.14 +    prompt "2_5_12 (OBSOLETE)"
    7.15 +    depends on OBSOLETE
    7.16  
    7.17  config DUMA_V_2_5_8
    7.18      bool
    7.19 -    prompt "2_5_8"
    7.20 +    prompt "2_5_8 (OBSOLETE)"
    7.21 +    depends on OBSOLETE
    7.22  
    7.23  config DUMA_V_2_5_1
    7.24      bool
    7.25 -    prompt "2_5_1"
    7.26 +    prompt "2_5_1 (OBSOLETE)"
    7.27 +    depends on OBSOLETE
    7.28  
    7.29  endchoice
    7.30  
     8.1 --- a/config/debug/gdb.in	Tue Oct 27 20:06:46 2009 +0100
     8.2 +++ b/config/debug/gdb.in	Wed Oct 28 19:15:50 2009 +0100
     8.3 @@ -138,7 +138,8 @@
     8.4  
     8.5  config NCURSES_V_5_6
     8.6      bool
     8.7 -    prompt "5.6"
     8.8 +    prompt "5.6 (OBSOLETE)"
     8.9 +    depends on OBSOLETE
    8.10  
    8.11  endchoice
    8.12  
     9.1 --- a/config/debug/ltrace.in	Tue Oct 27 20:06:46 2009 +0100
     9.2 +++ b/config/debug/ltrace.in	Wed Oct 28 19:15:50 2009 +0100
     9.3 @@ -25,11 +25,13 @@
     9.4  
     9.5  config LTRACE_V_0_5
     9.6      bool
     9.7 -    prompt "0.5"
     9.8 +    prompt "0.5 (OBSOLETE)"
     9.9 +    depends on OBSOLETE
    9.10  
    9.11  config LTRACE_V_0_4
    9.12      bool
    9.13 -    prompt "0.4"
    9.14 +    prompt "0.4 (OBSOLETE)"
    9.15 +    depends on OBSOLETE
    9.16  
    9.17  endchoice
    9.18  
    10.1 --- a/config/debug/strace.in	Tue Oct 27 20:06:46 2009 +0100
    10.2 +++ b/config/debug/strace.in	Wed Oct 28 19:15:50 2009 +0100
    10.3 @@ -19,15 +19,18 @@
    10.4  
    10.5  config STRACE_V_4_5_17
    10.6      bool
    10.7 -    prompt "4.5.17"
    10.8 +    prompt "4.5.17 (OBSOLETE)"
    10.9 +    depends on OBSOLETE
   10.10  
   10.11  config STRACE_V_4_5_16
   10.12      bool
   10.13 -    prompt "4.5.16"
   10.14 +    prompt "4.5.16 (OBSOLETE)"
   10.15 +    depends on OBSOLETE
   10.16  
   10.17  config STRACE_V_4_5_15
   10.18      bool
   10.19 -    prompt "4.5.15"
   10.20 +    prompt "4.5.15 (OBSOLETE)"
   10.21 +    depends on OBSOLETE
   10.22  
   10.23  endchoice
   10.24  
    11.1 --- a/config/kernel/linux.in	Tue Oct 27 20:06:46 2009 +0100
    11.2 +++ b/config/kernel/linux.in	Wed Oct 28 19:15:50 2009 +0100
    11.3 @@ -100,11 +100,13 @@
    11.4  
    11.5  config KERNEL_V_2_6_29_6
    11.6      bool
    11.7 -    prompt "2.6.29.6"
    11.8 +    prompt "2.6.29.6 (OBSOLETE)"
    11.9 +    depends on OBSOLETE
   11.10  
   11.11  config KERNEL_V_2_6_28_10
   11.12      bool
   11.13 -    prompt "2.6.28.10"
   11.14 +    prompt "2.6.28.10 (OBSOLETE)"
   11.15 +    depends on OBSOLETE
   11.16  
   11.17  config KERNEL_V_2_6_27_38
   11.18      bool
    12.1 --- a/config/libc/eglibc.in	Tue Oct 27 20:06:46 2009 +0100
    12.2 +++ b/config/libc/eglibc.in	Wed Oct 28 19:15:50 2009 +0100
    12.3 @@ -28,19 +28,23 @@
    12.4  
    12.5  config EGLIBC_V_2_8
    12.6      bool
    12.7 -    prompt "2_8"
    12.8 +    prompt "2_8 (OBSOLETE)"
    12.9 +    depends on OBSOLETE
   12.10  
   12.11  config EGLIBC_V_2_7
   12.12      bool
   12.13 -    prompt "2_7"
   12.14 +    prompt "2_7 (OBSOLETE)"
   12.15 +    depends on OBSOLETE
   12.16  
   12.17  config EGLIBC_V_2_6
   12.18      bool
   12.19 -    prompt "2_6"
   12.20 +    prompt "2_6 (OBSOLETE)"
   12.21 +    depends on OBSOLETE
   12.22  
   12.23  config EGLIBC_V_2_5
   12.24      bool
   12.25 -    prompt "2_5"
   12.26 +    prompt "2_5 (OBSOLETE)"
   12.27 +    depends on OBSOLETE
   12.28  
   12.29  config EGLIBC_V_TRUNK
   12.30      bool
    13.1 --- a/config/libc/glibc.in	Tue Oct 27 20:06:46 2009 +0100
    13.2 +++ b/config/libc/glibc.in	Wed Oct 28 19:15:50 2009 +0100
    13.3 @@ -26,23 +26,28 @@
    13.4  
    13.5  config LIBC_V_2_7
    13.6      bool
    13.7 -    prompt "2.7"
    13.8 +    prompt "2.7 (OBSOLETE)"
    13.9 +    depends on OBSOLETE
   13.10  
   13.11  config LIBC_V_2_6_1
   13.12      bool
   13.13 -    prompt "2.6.1"
   13.14 +    prompt "2.6.1 (OBSOLETE)"
   13.15 +    depends on OBSOLETE
   13.16  
   13.17  config LIBC_V_2_6
   13.18      bool
   13.19 -    prompt "2.6"
   13.20 +    prompt "2.6 (OBSOLETE)"
   13.21 +    depends on OBSOLETE
   13.22  
   13.23  config LIBC_V_2_5_1
   13.24      bool
   13.25 -    prompt "2.5.1"
   13.26 +    prompt "2.5.1 (OBSOLETE)"
   13.27 +    depends on OBSOLETE
   13.28  
   13.29  config LIBC_V_2_5
   13.30      bool
   13.31 -    prompt "2.5"
   13.32 +    prompt "2.5 (OBSOLETE)"
   13.33 +    depends on OBSOLETE
   13.34  
   13.35  config LIBC_V_2_3_6
   13.36      bool
    14.1 --- a/config/libc/uClibc.in	Tue Oct 27 20:06:46 2009 +0100
    14.2 +++ b/config/libc/uClibc.in	Wed Oct 28 19:15:50 2009 +0100
    14.3 @@ -26,11 +26,13 @@
    14.4  
    14.5  config LIBC_V_0_9_29
    14.6      bool
    14.7 -    prompt "0.9.29"
    14.8 +    prompt "0.9.29 (OBSOLETE)"
    14.9 +    depends on OBSOLETE
   14.10  
   14.11  config LIBC_V_0_9_28_3
   14.12      bool
   14.13 -    prompt "0.9.28.3"
   14.14 +    prompt "0.9.28.3 (OBSOLETE)"
   14.15 +    depends on OBSOLETE
   14.16  
   14.17  config LIBC_V_snapshot
   14.18      bool
    15.1 --- a/config/tools/libelf.in	Tue Oct 27 20:06:46 2009 +0100
    15.2 +++ b/config/tools/libelf.in	Wed Oct 28 19:15:50 2009 +0100
    15.3 @@ -21,7 +21,8 @@
    15.4  
    15.5  config LIBELF_V_0_8_10
    15.6      bool
    15.7 -    prompt "0.8.10"
    15.8 +    prompt "0.8.10 (OBSOLETE)"
    15.9 +    depends on OBSOLETE
   15.10  
   15.11  endchoice
   15.12  
    16.1 --- a/config/tools/sstrip.in	Tue Oct 27 20:06:46 2009 +0100
    16.2 +++ b/config/tools/sstrip.in	Wed Oct 28 19:15:50 2009 +0100
    16.3 @@ -19,7 +19,8 @@
    16.4  
    16.5  config SSTRIP_ELFKICKERS
    16.6      bool
    16.7 -    prompt "ELFkickers"
    16.8 +    prompt "ELFkickers (OBSOLETE)"
    16.9 +    depends on OBSOLETE
   16.10      help
   16.11        The original, ageing version, of sstrip from ELFkickers.
   16.12        Fully functional, but not maintained anymore.