cc/gcc: remove 'sub-level' version form symbols
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Jan 24 22:37:31 2013 +0100 (2013-01-24)
changeset 3175efad82bf7b9b
parent 3174 239ea86a47f6
child 3176 20f2459b97bf
cc/gcc: remove 'sub-level' version form symbols

Now we use defconfig files to store the samples, we have to be a bit more
conservatives in the symbols names, so as to avoid gigantic version bumps
when updating sub-level versions from a package.

Update samples accordingly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/kernel/linux.in
samples/alphaev56-unknown-linux-gnu/crosstool.config
samples/alphaev67-unknown-linux-gnu/crosstool.config
samples/arm-cortex_a15-linux-gnueabi/crosstool.config
samples/arm-davinci-linux-gnueabi/crosstool.config
samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
samples/armv6-rpi-linux-gnueabi/crosstool.config
samples/bfin-unknown-linux-uclibc/crosstool.config
samples/i586-geode-linux-uclibc/crosstool.config
samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config
samples/i686-nptl-linux-gnu/crosstool.config
samples/m68k-unknown-uclinux-uclibc/crosstool.config
samples/mips-ar2315-linux-gnu/crosstool.config
samples/mips-malta-linux-gnu/crosstool.config
samples/mips64el-n32-linux-uclibc/crosstool.config
samples/mips64el-n64-linux-uclibc/crosstool.config
samples/mipsel-unknown-linux-gnu/crosstool.config
samples/powerpc-405-linux-gnu/crosstool.config
samples/powerpc-860-linux-gnu/crosstool.config
samples/powerpc-e300c3-linux-gnu/crosstool.config
samples/powerpc-e500v2-linux-gnuspe/crosstool.config
samples/powerpc-unknown-linux-gnu/crosstool.config
samples/powerpc-unknown-linux-uclibc/crosstool.config
samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config
samples/powerpc64-unknown-linux-gnu/crosstool.config
samples/s390-ibm-linux-gnu/crosstool.config
samples/s390x-ibm-linux-gnu/crosstool.config
samples/sh4-unknown-linux-gnu/crosstool.config
samples/x86_64-unknown-linux-gnu/crosstool.config
samples/x86_64-unknown-linux-uclibc/crosstool.config
     1.1 --- a/config/kernel/linux.in	Thu Jan 24 22:21:19 2013 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Jan 24 22:37:31 2013 +0100
     1.3 @@ -42,51 +42,51 @@
     1.4      bool
     1.5      prompt "3.7"
     1.6  
     1.7 -config KERNEL_V_3_6_11
     1.8 +config KERNEL_V_3_6
     1.9      bool
    1.10      prompt "3.6.11"
    1.11  
    1.12 -config KERNEL_V_3_5_7
    1.13 +config KERNEL_V_3_5
    1.14      bool
    1.15      prompt "3.5.7"
    1.16  
    1.17 -config KERNEL_V_3_4_26
    1.18 +config KERNEL_V_3_4
    1.19      bool
    1.20      prompt "3.4.26"
    1.21  
    1.22 -config KERNEL_V_3_3_8
    1.23 +config KERNEL_V_3_3
    1.24      bool
    1.25      prompt "3.3.8"
    1.26  
    1.27 -config KERNEL_V_3_2_37
    1.28 +config KERNEL_V_3_2
    1.29      bool
    1.30      prompt "3.2.37"
    1.31  
    1.32 -config KERNEL_V_3_1_10
    1.33 +config KERNEL_V_3_1
    1.34      bool
    1.35      prompt "3.1.10"
    1.36  
    1.37 -config KERNEL_V_3_0_59
    1.38 +config KERNEL_V_3_0
    1.39      bool
    1.40      prompt "3.0.59"
    1.41  
    1.42 -config KERNEL_V_2_6_39_4
    1.43 +config KERNEL_V_2_6_39
    1.44      bool
    1.45      prompt "2.6.39.4"
    1.46  
    1.47 -config KERNEL_V_2_6_38_8
    1.48 +config KERNEL_V_2_6_38
    1.49      bool
    1.50      prompt "2.6.38.8"
    1.51  
    1.52 -config KERNEL_V_2_6_37_6
    1.53 +config KERNEL_V_2_6_37
    1.54      bool
    1.55      prompt "2.6.37.6"
    1.56  
    1.57 -config KERNEL_V_2_6_36_4
    1.58 +config KERNEL_V_2_6_36
    1.59      bool
    1.60      prompt "2.6.36.4"
    1.61  
    1.62 -config KERNEL_V_2_6_33_20
    1.63 +config KERNEL_V_2_6_33
    1.64      bool
    1.65      prompt "2.6.33.20"
    1.66      help
    1.67 @@ -94,7 +94,7 @@
    1.68        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.69        is welcome to use this one as well.
    1.70  
    1.71 -config KERNEL_V_2_6_32_60
    1.72 +config KERNEL_V_2_6_32
    1.73      bool
    1.74      prompt "2.6.32.60 (longterm)"
    1.75      help
    1.76 @@ -113,11 +113,11 @@
    1.77        mailing list entry:
    1.78          http://marc.info/?l=linux-kernel&m=126384198403392&w=4
    1.79  
    1.80 -config KERNEL_V_2_6_31_14
    1.81 +config KERNEL_V_2_6_31
    1.82      bool
    1.83      prompt "2.6.31.14"
    1.84  
    1.85 -config KERNEL_V_2_6_27_62
    1.86 +config KERNEL_V_2_6_27
    1.87      bool
    1.88      prompt "2.6.27.62 (longterm)"
    1.89      help
    1.90 @@ -163,21 +163,21 @@
    1.91      default "3.7.2" if KERNEL_V_3_7_2
    1.92      default "3.7.1" if KERNEL_V_3_7_1
    1.93      default "3.7" if KERNEL_V_3_7
    1.94 -    default "3.6.11" if KERNEL_V_3_6_11
    1.95 -    default "3.5.7" if KERNEL_V_3_5_7
    1.96 -    default "3.4.26" if KERNEL_V_3_4_26
    1.97 -    default "3.3.8" if KERNEL_V_3_3_8
    1.98 -    default "3.2.37" if KERNEL_V_3_2_37
    1.99 -    default "3.1.10" if KERNEL_V_3_1_10
   1.100 -    default "3.0.59" if KERNEL_V_3_0_59
   1.101 -    default "2.6.39.4" if KERNEL_V_2_6_39_4
   1.102 -    default "2.6.38.8" if KERNEL_V_2_6_38_8
   1.103 -    default "2.6.37.6" if KERNEL_V_2_6_37_6
   1.104 -    default "2.6.36.4" if KERNEL_V_2_6_36_4
   1.105 -    default "2.6.33.20" if KERNEL_V_2_6_33_20
   1.106 -    default "2.6.32.60" if KERNEL_V_2_6_32_60
   1.107 -    default "2.6.31.14" if KERNEL_V_2_6_31_14
   1.108 -    default "2.6.27.62" if KERNEL_V_2_6_27_62
   1.109 +    default "3.6.11" if KERNEL_V_3_6
   1.110 +    default "3.5.7" if KERNEL_V_3_5
   1.111 +    default "3.4.26" if KERNEL_V_3_4
   1.112 +    default "3.3.8" if KERNEL_V_3_3
   1.113 +    default "3.2.37" if KERNEL_V_3_2
   1.114 +    default "3.1.10" if KERNEL_V_3_1
   1.115 +    default "3.0.59" if KERNEL_V_3_0
   1.116 +    default "2.6.39.4" if KERNEL_V_2_6_39
   1.117 +    default "2.6.38.8" if KERNEL_V_2_6_38
   1.118 +    default "2.6.37.6" if KERNEL_V_2_6_37
   1.119 +    default "2.6.36.4" if KERNEL_V_2_6_36
   1.120 +    default "2.6.33.20" if KERNEL_V_2_6_33
   1.121 +    default "2.6.32.60" if KERNEL_V_2_6_32
   1.122 +    default "2.6.31.14" if KERNEL_V_2_6_31
   1.123 +    default "2.6.27.62" if KERNEL_V_2_6_27
   1.124      default "custom" if KERNEL_LINUX_CUSTOM
   1.125  
   1.126  endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
     2.1 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     2.2 +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4  CT_ARCH_TUNE="ev56"
     2.5  CT_ARCH_ALPHA_EV56=y
     2.6  CT_KERNEL_linux=y
     2.7 -CT_KERNEL_V_2_6_37_6=y
     2.8 +CT_KERNEL_V_2_6_37=y
     2.9  CT_BINUTILS_V_2_21_1a=y
    2.10  CT_BINUTILS_PLUGINS=y
    2.11  CT_BINUTILS_FOR_TARGET=y
     3.1 --- a/samples/alphaev67-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     3.2 +++ b/samples/alphaev67-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     3.3 @@ -6,7 +6,7 @@
     3.4  CT_ARCH_TUNE="ev56"
     3.5  CT_ARCH_ALPHA_EV67=y
     3.6  CT_KERNEL_linux=y
     3.7 -CT_KERNEL_V_2_6_38_8=y
     3.8 +CT_KERNEL_V_2_6_38=y
     3.9  CT_BINUTILS_V_2_21_1a=y
    3.10  CT_CC_V_4_3_5=y
    3.11  CT_CC_LANG_FORTRAN=y
     4.1 --- a/samples/arm-cortex_a15-linux-gnueabi/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     4.2 +++ b/samples/arm-cortex_a15-linux-gnueabi/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     4.3 @@ -8,7 +8,7 @@
     4.4  CT_ARCH_arm=y
     4.5  CT_TARGET_VENDOR="cortex_a15"
     4.6  CT_KERNEL_linux=y
     4.7 -CT_KERNEL_V_2_6_38_8=y
     4.8 +CT_KERNEL_V_2_6_38=y
     4.9  CT_BINUTILS_V_2_21_1a=y
    4.10  CT_BINUTILS_LINKER_LD_GOLD=y
    4.11  CT_BINUTILS_GOLD_THREADS=y
     5.1 --- a/samples/arm-davinci-linux-gnueabi/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     5.2 +++ b/samples/arm-davinci-linux-gnueabi/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     5.3 @@ -8,7 +8,7 @@
     5.4  CT_ARCH_arm=y
     5.5  CT_TARGET_VENDOR="davinci"
     5.6  CT_KERNEL_linux=y
     5.7 -CT_KERNEL_V_2_6_33_20=y
     5.8 +CT_KERNEL_V_2_6_33=y
     5.9  CT_BINUTILS_V_2_20_1a=y
    5.10  CT_BINUTILS_FOR_TARGET=y
    5.11  CT_CC_V_4_3_2=y
     6.1 --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     6.2 +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     6.3 @@ -8,7 +8,7 @@
     6.4  CT_ARCH_FLOAT_SW=y
     6.5  CT_ARCH_arm=y
     6.6  CT_KERNEL_linux=y
     6.7 -CT_KERNEL_V_2_6_33_20=y
     6.8 +CT_KERNEL_V_2_6_33=y
     6.9  CT_BINUTILS_V_2_19_1a=y
    6.10  CT_BINUTILS_FOR_TARGET=y
    6.11  CT_CC_V_4_4_3=y
     7.1 --- a/samples/armv6-rpi-linux-gnueabi/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     7.2 +++ b/samples/armv6-rpi-linux-gnueabi/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     7.3 @@ -10,7 +10,7 @@
     7.4  CT_ARCH_SUFFIX="v6"
     7.5  CT_TARGET_VENDOR="rpi"
     7.6  CT_KERNEL_linux=y
     7.7 -CT_KERNEL_V_3_6_11=y
     7.8 +CT_KERNEL_V_3_6=y
     7.9  CT_BINUTILS_V_2_22=y
    7.10  CT_BINUTILS_LINKER_LD_GOLD=y
    7.11  CT_BINUTILS_GOLD_THREADS=y
     8.1 --- a/samples/bfin-unknown-linux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     8.2 +++ b/samples/bfin-unknown-linux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     8.3 @@ -3,7 +3,7 @@
     8.4  CT_LOG_EXTRA=y
     8.5  CT_ARCH_blackfin=y
     8.6  CT_KERNEL_linux=y
     8.7 -CT_KERNEL_V_2_6_33_20=y
     8.8 +CT_KERNEL_V_2_6_33=y
     8.9  CT_ARCH_BINFMT_FDPIC=y
    8.10  CT_BINUTILS_V_2_20_1a=y
    8.11  CT_CC_V_4_3_4=y
     9.1 --- a/samples/i586-geode-linux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
     9.2 +++ b/samples/i586-geode-linux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
     9.3 @@ -5,7 +5,7 @@
     9.4  CT_ARCH_x86=y
     9.5  CT_TARGET_VENDOR="geode"
     9.6  CT_KERNEL_linux=y
     9.7 -CT_KERNEL_V_2_6_36_4=y
     9.8 +CT_KERNEL_V_2_6_36=y
     9.9  CT_BINUTILS_V_2_20_1a=y
    9.10  CT_BINUTILS_FOR_TARGET=y
    9.11  CT_CC_V_4_4_5=y
    10.1 --- a/samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    10.2 +++ b/samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    10.3 @@ -9,7 +9,7 @@
    10.4  CT_CANADIAN=y
    10.5  CT_HOST="i586-mingw32msvc"
    10.6  CT_KERNEL_linux=y
    10.7 -CT_KERNEL_V_2_6_33_20=y
    10.8 +CT_KERNEL_V_2_6_33=y
    10.9  CT_BINUTILS_V_2_19_1a=y
   10.10  CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-targets=i686-none-linux-gnu"
   10.11  CT_CC_V_4_3_2=y
    11.1 --- a/samples/i686-nptl-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    11.2 +++ b/samples/i686-nptl-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    11.3 @@ -6,7 +6,7 @@
    11.4  CT_ARCH_x86=y
    11.5  CT_TARGET_VENDOR="nptl"
    11.6  CT_KERNEL_linux=y
    11.7 -CT_KERNEL_V_2_6_36_4=y
    11.8 +CT_KERNEL_V_2_6_36=y
    11.9  CT_BINUTILS_V_2_21_1a=y
   11.10  CT_BINUTILS_LINKER_LD_GOLD=y
   11.11  CT_BINUTILS_GOLD_THREADS=y
    12.1 --- a/samples/m68k-unknown-uclinux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    12.2 +++ b/samples/m68k-unknown-uclinux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    12.3 @@ -4,7 +4,7 @@
    12.4  CT_LOG_EXTRA=y
    12.5  CT_ARCH_m68k=y
    12.6  CT_KERNEL_linux=y
    12.7 -CT_KERNEL_V_3_5_7=y
    12.8 +CT_KERNEL_V_3_5=y
    12.9  CT_BINUTILS_V_2_21_1a=y
   12.10  CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
   12.11  CT_THREADS_LINUXTHREADS=y
    13.1 --- a/samples/mips-ar2315-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    13.2 +++ b/samples/mips-ar2315-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    13.3 @@ -8,7 +8,7 @@
    13.4  CT_ARCH_mips=y
    13.5  CT_TARGET_VENDOR="ar2315"
    13.6  CT_KERNEL_linux=y
    13.7 -CT_KERNEL_V_2_6_33_20=y
    13.8 +CT_KERNEL_V_2_6_33=y
    13.9  CT_BINUTILS_V_2_19_1a=y
   13.10  CT_CC_V_4_3_2=y
   13.11  CT_CC_LANG_CXX=y
    14.1 --- a/samples/mips-malta-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    14.2 +++ b/samples/mips-malta-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    14.3 @@ -5,7 +5,7 @@
    14.4  CT_ARCH_mips=y
    14.5  CT_TARGET_VENDOR="malta"
    14.6  CT_KERNEL_linux=y
    14.7 -CT_KERNEL_V_2_6_38_8=y
    14.8 +CT_KERNEL_V_2_6_38=y
    14.9  CT_BINUTILS_V_2_21_1a=y
   14.10  CT_CC_V_4_4_6=y
   14.11  # CT_CC_GCC_USE_GRAPHITE is not set
    15.1 --- a/samples/mips64el-n32-linux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    15.2 +++ b/samples/mips64el-n32-linux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    15.3 @@ -8,7 +8,7 @@
    15.4  CT_ARCH_mips=y
    15.5  CT_TARGET_VENDOR="n32"
    15.6  CT_KERNEL_linux=y
    15.7 -CT_KERNEL_V_2_6_31_14=y
    15.8 +CT_KERNEL_V_2_6_31=y
    15.9  CT_BINUTILS_V_2_19_1a=y
   15.10  CT_CC_V_4_3_2=y
   15.11  CT_CC_LANG_CXX=y
    16.1 --- a/samples/mips64el-n64-linux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    16.2 +++ b/samples/mips64el-n64-linux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    16.3 @@ -9,7 +9,7 @@
    16.4  CT_ARCH_mips_n64=y
    16.5  CT_TARGET_VENDOR="n64"
    16.6  CT_KERNEL_linux=y
    16.7 -CT_KERNEL_V_2_6_31_14=y
    16.8 +CT_KERNEL_V_2_6_31=y
    16.9  CT_BINUTILS_V_2_19_1a=y
   16.10  CT_CC_V_4_3_2=y
   16.11  CT_CC_LANG_CXX=y
    17.1 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    17.2 +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    17.3 @@ -6,7 +6,7 @@
    17.4  CT_ARCH_FLOAT_SW=y
    17.5  CT_ARCH_mips=y
    17.6  CT_KERNEL_linux=y
    17.7 -CT_KERNEL_V_2_6_31_14=y
    17.8 +CT_KERNEL_V_2_6_31=y
    17.9  CT_BINUTILS_V_2_19_1a=y
   17.10  CT_BINUTILS_FOR_TARGET=y
   17.11  CT_CC_V_4_3_2=y
    18.1 --- a/samples/powerpc-405-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    18.2 +++ b/samples/powerpc-405-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    18.3 @@ -7,7 +7,7 @@
    18.4  CT_ARCH_powerpc=y
    18.5  CT_TARGET_VENDOR="405"
    18.6  CT_KERNEL_linux=y
    18.7 -CT_KERNEL_V_2_6_31_14=y
    18.8 +CT_KERNEL_V_2_6_31=y
    18.9  CT_BINUTILS_V_2_19_1a=y
   18.10  CT_BINUTILS_FOR_TARGET=y
   18.11  CT_CC_V_4_3_2=y
    19.1 --- a/samples/powerpc-860-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    19.2 +++ b/samples/powerpc-860-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    19.3 @@ -6,7 +6,7 @@
    19.4  CT_ARCH_powerpc=y
    19.5  CT_TARGET_VENDOR="860"
    19.6  CT_KERNEL_linux=y
    19.7 -CT_KERNEL_V_2_6_31_14=y
    19.8 +CT_KERNEL_V_2_6_31=y
    19.9  CT_BINUTILS_V_2_19_1a=y
   19.10  CT_BINUTILS_FOR_TARGET=y
   19.11  CT_CC_V_4_3_2=y
    20.1 --- a/samples/powerpc-e300c3-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    20.2 +++ b/samples/powerpc-e300c3-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    20.3 @@ -6,7 +6,7 @@
    20.4  CT_ARCH_powerpc=y
    20.5  CT_TARGET_VENDOR="e300c3"
    20.6  CT_KERNEL_linux=y
    20.7 -CT_KERNEL_V_2_6_36_4=y
    20.8 +CT_KERNEL_V_2_6_36=y
    20.9  CT_BINUTILS_V_2_21_1a=y
   20.10  CT_BINUTILS_FOR_TARGET=y
   20.11  CT_CC_V_4_5_2=y
    21.1 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    21.2 +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    21.3 @@ -9,7 +9,7 @@
    21.4  CT_ARCH_powerpc_ABI_SPE=y
    21.5  CT_TARGET_VENDOR="e500v2"
    21.6  CT_KERNEL_linux=y
    21.7 -CT_KERNEL_V_2_6_36_4=y
    21.8 +CT_KERNEL_V_2_6_36=y
    21.9  CT_BINUTILS_V_2_20_1a=y
   21.10  CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes --enable-e500x2 --with-e500x2"
   21.11  CT_BINUTILS_FOR_TARGET=y
    22.1 --- a/samples/powerpc-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    22.2 +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    22.3 @@ -3,7 +3,7 @@
    22.4  CT_LOG_EXTRA=y
    22.5  CT_ARCH_powerpc=y
    22.6  CT_KERNEL_linux=y
    22.7 -CT_KERNEL_V_2_6_31_14=y
    22.8 +CT_KERNEL_V_2_6_31=y
    22.9  CT_BINUTILS_V_2_19_1a=y
   22.10  CT_BINUTILS_FOR_TARGET=y
   22.11  CT_CC_V_4_3_2=y
    23.1 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    23.2 +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    23.3 @@ -4,7 +4,7 @@
    23.4  CT_ARCH_FLOAT_SW=y
    23.5  CT_ARCH_powerpc=y
    23.6  CT_KERNEL_linux=y
    23.7 -CT_KERNEL_V_2_6_31_14=y
    23.8 +CT_KERNEL_V_2_6_31=y
    23.9  CT_BINUTILS_V_2_19_1a=y
   23.10  CT_BINUTILS_FOR_TARGET=y
   23.11  CT_CC_V_4_2_4=y
    24.1 --- a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    24.2 +++ b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    24.3 @@ -5,7 +5,7 @@
    24.4  CT_ARCH_powerpc=y
    24.5  CT_TARGET_VENDOR="unknown_nofpu"
    24.6  CT_KERNEL_linux=y
    24.7 -CT_KERNEL_V_2_6_31_14=y
    24.8 +CT_KERNEL_V_2_6_31=y
    24.9  CT_BINUTILS_V_2_19_1a=y
   24.10  CT_BINUTILS_FOR_TARGET=y
   24.11  CT_CC_V_4_3_2=y
    25.1 --- a/samples/powerpc64-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    25.2 +++ b/samples/powerpc64-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    25.3 @@ -5,7 +5,7 @@
    25.4  CT_ARCH_64=y
    25.5  CT_ARCH_powerpc=y
    25.6  CT_KERNEL_linux=y
    25.7 -CT_KERNEL_V_2_6_31_14=y
    25.8 +CT_KERNEL_V_2_6_31=y
    25.9  CT_BINUTILS_V_2_20_1a=y
   25.10  CT_BINUTILS_FOR_TARGET=y
   25.11  CT_CC_V_4_4_5=y
    26.1 --- a/samples/s390-ibm-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    26.2 +++ b/samples/s390-ibm-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    26.3 @@ -4,7 +4,7 @@
    26.4  CT_LOG_EXTRA=y
    26.5  CT_ARCH_s390=y
    26.6  CT_KERNEL_linux=y
    26.7 -CT_KERNEL_V_2_6_31_14=y
    26.8 +CT_KERNEL_V_2_6_31=y
    26.9  CT_BINUTILS_V_2_20_1a=y
   26.10  CT_CC_V_4_3_4=y
   26.11  CT_CC_LANG_CXX=y
    27.1 --- a/samples/s390x-ibm-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    27.2 +++ b/samples/s390x-ibm-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    27.3 @@ -6,7 +6,7 @@
    27.4  CT_ARCH_64=y
    27.5  CT_ARCH_s390=y
    27.6  CT_KERNEL_linux=y
    27.7 -CT_KERNEL_V_2_6_31_14=y
    27.8 +CT_KERNEL_V_2_6_31=y
    27.9  CT_BINUTILS_V_2_19_1a=y
   27.10  CT_CC_V_4_4_5=y
   27.11  CT_CC_LANG_CXX=y
    28.1 --- a/samples/sh4-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    28.2 +++ b/samples/sh4-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    28.3 @@ -5,7 +5,7 @@
    28.4  CT_ARCH_sh=y
    28.5  CT_ARCH_SH_SH4=y
    28.6  CT_KERNEL_linux=y
    28.7 -CT_KERNEL_V_2_6_27_62=y
    28.8 +CT_KERNEL_V_2_6_27=y
    28.9  CT_BINUTILS_V_2_19_1a=y
   28.10  CT_CC_V_4_3_2=y
   28.11  CT_CC_LANG_CXX=y
    29.1 --- a/samples/x86_64-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    29.2 +++ b/samples/x86_64-unknown-linux-gnu/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    29.3 @@ -4,7 +4,7 @@
    29.4  CT_ARCH_64=y
    29.5  CT_ARCH_x86=y
    29.6  CT_KERNEL_linux=y
    29.7 -CT_KERNEL_V_2_6_33_20=y
    29.8 +CT_KERNEL_V_2_6_33=y
    29.9  CT_BINUTILS_V_2_20_1a=y
   29.10  CT_BINUTILS_FOR_TARGET=y
   29.11  CT_CC_V_4_4_3=y
    30.1 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config	Thu Jan 24 22:21:19 2013 +0100
    30.2 +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config	Thu Jan 24 22:37:31 2013 +0100
    30.3 @@ -4,7 +4,7 @@
    30.4  CT_ARCH_64=y
    30.5  CT_ARCH_x86=y
    30.6  CT_KERNEL_linux=y
    30.7 -CT_KERNEL_V_2_6_33_20=y
    30.8 +CT_KERNEL_V_2_6_33=y
    30.9  CT_BINUTILS_V_2_20_1a=y
   30.10  CT_BINUTILS_FOR_TARGET=y
   30.11  CT_CC_V_4_4_3=y