diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-19 16:55:14 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-19 16:55:14 +0000 |
commit | e95c714f4fc35a9a2e4779dc9be0985d4c0ddf5f (patch) | |
tree | 26769b0d42ae9e896aeb37e1b9fc56cde4a33776 /samples/mipsel-unknown-linux-gnu | |
parent | 159635c7d6b328889e11d195e2988786e408737a (diff) | |
download | crosstool-ng-e95c714f4fc35a9a2e4779dc9be0985d4c0ddf5f.tar.gz crosstool-ng-e95c714f4fc35a9a2e4779dc9be0985d4c0ddf5f.tar.bz2 crosstool-ng-e95c714f4fc35a9a2e4779dc9be0985d4c0ddf5f.zip |
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(-)
Diffstat (limited to 'samples/mipsel-unknown-linux-gnu')
-rw-r--r-- | samples/mipsel-unknown-linux-gnu/crosstool.config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/samples/mipsel-unknown-linux-gnu/crosstool.config b/samples/mipsel-unknown-linux-gnu/crosstool.config index 3093d130..e4bf37e7 100644 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # crosstool-NG version: 1.1.0+svn_trunk@814 -# Sat Jul 19 12:11:54 2008 +# Sat Jul 19 14:17:54 2008 # # @@ -213,7 +213,7 @@ CT_BINUTILS_FOR_TARGET_BFD=y # C compiler # CT_CC_GCC=y -CT_CC_VERSION="4.2.3" +CT_CC_VERSION="4.2.4" CT_CC="gcc" # CT_CC_V_2_95_3 is not set # CT_CC_V_3_2_3 is not set @@ -230,7 +230,8 @@ CT_CC="gcc" # CT_CC_V_4_2_0 is not set # CT_CC_V_4_2_1 is not set # CT_CC_V_4_2_2 is not set -CT_CC_V_4_2_3=y +# CT_CC_V_4_2_3 is not set +CT_CC_V_4_2_4=y # CT_CC_V_4_3_0 is not set # CT_CC_V_4_3_1 is not set # CT_CC_GCC_4_3_or_later is not set |