diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-28 18:08:08 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-28 18:08:08 +0000 |
commit | 3b236feecd4c85a0e4bea5612584a4510068684c (patch) | |
tree | 920dbfd39a1a13dfba4f0a5cd6f0aabb19943984 /samples/arm-unknown-linux-gnueabi | |
parent | 472756d3644e1eb15e4cc1d3a72407c1f60b9311 (diff) | |
download | crosstool-ng-3b236feecd4c85a0e4bea5612584a4510068684c.tar.gz crosstool-ng-3b236feecd4c85a0e4bea5612584a4510068684c.tar.bz2 crosstool-ng-3b236feecd4c85a0e4bea5612584a4510068684c.zip |
The first sample to use gcc-4.3.2.
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 9 5 4 0 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Diffstat (limited to 'samples/arm-unknown-linux-gnueabi')
-rw-r--r-- | samples/arm-unknown-linux-gnueabi/crosstool.config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/samples/arm-unknown-linux-gnueabi/crosstool.config b/samples/arm-unknown-linux-gnueabi/crosstool.config index efde2e71..b7742bed 100644 --- a/samples/arm-unknown-linux-gnueabi/crosstool.config +++ b/samples/arm-unknown-linux-gnueabi/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.2.0+svn_trunk@1020 -# Tue Sep 23 17:29:08 2008 +# crosstool-NG version: 1.2.0+svn_trunk@1032M +# Sun Sep 28 20:07:29 2008 # # @@ -213,7 +213,7 @@ CT_BINUTILS_FOR_TARGET_BFD=y # C compiler # CT_CC_GCC=y -CT_CC_VERSION="4.3.1" +CT_CC_VERSION="4.3.2" CT_CC="gcc" # CT_CC_V_2_95_3 is not set # CT_CC_V_3_2_3 is not set @@ -233,7 +233,8 @@ CT_CC="gcc" # CT_CC_V_4_2_3 is not set # CT_CC_V_4_2_4 is not set # CT_CC_V_4_3_0 is not set -CT_CC_V_4_3_1=y +# CT_CC_V_4_3_1 is not set +CT_CC_V_4_3_2=y CT_CC_GCC_4_3_or_later=y CT_CC_CXA_ATEXIT=y # CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set |