diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-09-06 09:00:39 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-09-06 09:00:39 +0000 |
commit | 01c3508a151d4d9d0bd2b411f72f0fbca0d50ebc (patch) | |
tree | 32047fb1cdfb48fd7b37026306246abfeff14fd6 /samples/mips-unknown-linux-uclibc | |
parent | ec13f544837d6c9f1c0333b8328c77b1f7b27677 (diff) | |
download | crosstool-ng-01c3508a151d4d9d0bd2b411f72f0fbca0d50ebc.tar.gz crosstool-ng-01c3508a151d4d9d0bd2b411f72f0fbca0d50ebc.tar.bz2 crosstool-ng-01c3508a151d4d9d0bd2b411f72f0fbca0d50ebc.zip |
Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1).
Diffstat (limited to 'samples/mips-unknown-linux-uclibc')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index c2813b40..38c7aa5c 100644 --- a/samples/mips-unknown-linux-uclibc/crosstool.config +++ b/samples/mips-unknown-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # crosstool-NG version: 0.3.1+svn -# Thu Sep 6 10:55:19 2007 +# Thu Sep 6 10:59:57 2007 # # CT_FOOBAR is not set @@ -172,7 +172,7 @@ CT_BINUTILS_EXTRA_CONFIG="" # C compiler # CT_CC_GCC=y -CT_CC_VERSION="4.2.0" +CT_CC_VERSION="4.2.1" CT_CC="gcc" # CT_CC_V_2_95_3 is not set # CT_CC_V_3_2_3 is not set @@ -186,8 +186,8 @@ CT_CC="gcc" # CT_CC_V_4_1_0 is not set # CT_CC_V_4_1_1 is not set # CT_CC_V_4_1_2 is not set -CT_CC_V_4_2_0=y -# CT_CC_V_4_2_1 is not set +# CT_CC_V_4_2_0 is not set +CT_CC_V_4_2_1=y CT_CC_CXA_ATEXIT=y CT_CC_CORE_EXTRA_CONFIG="" CT_CC_EXTRA_CONFIG="" |