Update some samples to use latest kernel headers and gcc-4.2.4 (latest stable?).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 19 16:55:14 2008 +0000 (2008-07-19)
changeset 689d825913a3eb6
parent 688 b8d87af44232
child 690 1f72560c3785
Update some samples to use latest kernel headers and gcc-4.2.4 (latest stable?).

/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 7 4 3 0 ++++---
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 7 4 3 0 ++++---
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 14 8 6 0 ++++++++------
3 files changed, 16 insertions(+), 12 deletions(-)
samples/alphaev56-unknown-linux-gnu/crosstool.config
samples/mips-unknown-linux-uclibc/crosstool.config
samples/mipsel-unknown-linux-gnu/crosstool.config
     1.1 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config	Sat Jul 19 12:25:46 2008 +0000
     1.2 +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config	Sat Jul 19 16:55:14 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: 1.1.0+svn_trunk@801M
     1.7 -# Mon Jul 14 23:22:32 2008
     1.8 +# crosstool-NG version: 1.1.0+svn_trunk@824M
     1.9 +# Sat Jul 19 14:29:33 2008
    1.10  #
    1.11  
    1.12  #
    1.13 @@ -143,7 +143,7 @@
    1.14  # Kernel
    1.15  #
    1.16  CT_KERNEL_LINUX=y
    1.17 -CT_KERNEL_VERSION="2.6.25.10"
    1.18 +CT_KERNEL_VERSION="2.6.26"
    1.19  CT_KERNEL_LINUX_HEADERS_INSTALL=y
    1.20  # CT_KERNEL_LINUX_HEADERS_SANITISED is not set
    1.21  # CT_KERNEL_LINUX_HEADERS_COPY is not set
    1.22 @@ -174,7 +174,8 @@
    1.23  # CT_KERNEL_INSTALL_V_2_6_25_7 is not set
    1.24  # CT_KERNEL_INSTALL_V_2_6_25_8 is not set
    1.25  # CT_KERNEL_INSTALL_V_2_6_25_9 is not set
    1.26 -CT_KERNEL_INSTALL_V_2_6_25_10=y
    1.27 +# CT_KERNEL_INSTALL_V_2_6_25_10 is not set
    1.28 +CT_KERNEL_INSTALL_V_2_6_26=y
    1.29  CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK=y
    1.30  CT_KERNEL_LINUX_VERBOSITY_0=y
    1.31  # CT_KERNEL_LINUX_VERBOSITY_1 is not set
    1.32 @@ -216,7 +217,7 @@
    1.33  # C compiler
    1.34  #
    1.35  CT_CC_GCC=y
    1.36 -CT_CC_VERSION="4.2.3"
    1.37 +CT_CC_VERSION="4.2.4"
    1.38  CT_CC="gcc"
    1.39  # CT_CC_V_2_95_3 is not set
    1.40  # CT_CC_V_3_2_3 is not set
    1.41 @@ -233,7 +234,8 @@
    1.42  # CT_CC_V_4_2_0 is not set
    1.43  # CT_CC_V_4_2_1 is not set
    1.44  # CT_CC_V_4_2_2 is not set
    1.45 -CT_CC_V_4_2_3=y
    1.46 +# CT_CC_V_4_2_3 is not set
    1.47 +CT_CC_V_4_2_4=y
    1.48  # CT_CC_V_4_3_0 is not set
    1.49  # CT_CC_V_4_3_1 is not set
    1.50  # CT_CC_GCC_4_3_or_later is not set
     2.1 --- a/samples/mips-unknown-linux-uclibc/crosstool.config	Sat Jul 19 12:25:46 2008 +0000
     2.2 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config	Sat Jul 19 16:55:14 2008 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  #
     2.5  # Automatically generated make config: don't edit
     2.6  # crosstool-NG version: 1.1.0+svn_trunk@814
     2.7 -# Sat Jul 19 00:01:26 2008
     2.8 +# Sat Jul 19 14:18:05 2008
     2.9  #
    2.10  
    2.11  #
    2.12 @@ -213,7 +213,7 @@
    2.13  # C compiler
    2.14  #
    2.15  CT_CC_GCC=y
    2.16 -CT_CC_VERSION="4.2.3"
    2.17 +CT_CC_VERSION="4.2.4"
    2.18  CT_CC="gcc"
    2.19  # CT_CC_V_2_95_3 is not set
    2.20  # CT_CC_V_3_2_3 is not set
    2.21 @@ -230,7 +230,8 @@
    2.22  # CT_CC_V_4_2_0 is not set
    2.23  # CT_CC_V_4_2_1 is not set
    2.24  # CT_CC_V_4_2_2 is not set
    2.25 -CT_CC_V_4_2_3=y
    2.26 +# CT_CC_V_4_2_3 is not set
    2.27 +CT_CC_V_4_2_4=y
    2.28  # CT_CC_V_4_3_0 is not set
    2.29  # CT_CC_V_4_3_1 is not set
    2.30  # CT_CC_GCC_4_3_or_later is not set
     3.1 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config	Sat Jul 19 12:25:46 2008 +0000
     3.2 +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config	Sat Jul 19 16:55:14 2008 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  #
     3.5  # Automatically generated make config: don't edit
     3.6  # crosstool-NG version: 1.1.0+svn_trunk@814
     3.7 -# Sat Jul 19 12:11:54 2008
     3.8 +# Sat Jul 19 14:17:54 2008
     3.9  #
    3.10  
    3.11  #
    3.12 @@ -213,7 +213,7 @@
    3.13  # C compiler
    3.14  #
    3.15  CT_CC_GCC=y
    3.16 -CT_CC_VERSION="4.2.3"
    3.17 +CT_CC_VERSION="4.2.4"
    3.18  CT_CC="gcc"
    3.19  # CT_CC_V_2_95_3 is not set
    3.20  # CT_CC_V_3_2_3 is not set
    3.21 @@ -230,7 +230,8 @@
    3.22  # CT_CC_V_4_2_0 is not set
    3.23  # CT_CC_V_4_2_1 is not set
    3.24  # CT_CC_V_4_2_2 is not set
    3.25 -CT_CC_V_4_2_3=y
    3.26 +# CT_CC_V_4_2_3 is not set
    3.27 +CT_CC_V_4_2_4=y
    3.28  # CT_CC_V_4_3_0 is not set
    3.29  # CT_CC_V_4_3_1 is not set
    3.30  # CT_CC_GCC_4_3_or_later is not set