diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-25 14:03:09 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-25 14:03:09 +0000 |
commit | 9a9d6090359f1cc516ba47eeaf0e11d167ab475e (patch) | |
tree | 643b494e511c33db5e90c644944a4c15c57dbcf4 /samples/arm-unknown-linux-gnueabi | |
parent | 8bcc70b25d34a046e1f43fa29ca345af26b6caa7 (diff) | |
download | crosstool-ng-9a9d6090359f1cc516ba47eeaf0e11d167ab475e.tar.gz crosstool-ng-9a9d6090359f1cc516ba47eeaf0e11d167ab475e.tar.bz2 crosstool-ng-9a9d6090359f1cc516ba47eeaf0e11d167ab475e.zip |
Another ARM sample to build with gcc-4.3.1.
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 16 10 6 0 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Diffstat (limited to 'samples/arm-unknown-linux-gnueabi')
-rw-r--r-- | samples/arm-unknown-linux-gnueabi/crosstool.config | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/samples/arm-unknown-linux-gnueabi/crosstool.config b/samples/arm-unknown-linux-gnueabi/crosstool.config index 33c94433..2456a7e6 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.1.0+svn_trunk@832 -# Sun Jul 20 00:50:02 2008 +# crosstool-NG version: 1.2.0+svn_trunk@843M +# Fri Jul 25 12:03:11 2008 # # @@ -214,7 +214,7 @@ CT_BINUTILS_FOR_TARGET_BFD=y # C compiler # CT_CC_GCC=y -CT_CC_VERSION="4.2.4" +CT_CC_VERSION="4.3.1" CT_CC="gcc" # CT_CC_V_2_95_3 is not set # CT_CC_V_3_2_3 is not set @@ -232,13 +232,15 @@ CT_CC="gcc" # CT_CC_V_4_2_1 is not set # CT_CC_V_4_2_2 is not set # CT_CC_V_4_2_3 is not set -CT_CC_V_4_2_4=y +# CT_CC_V_4_2_4 is not set # 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 +CT_CC_V_4_3_1=y +CT_CC_GCC_4_3_or_later=y CT_CC_CXA_ATEXIT=y CT_CC_CORE_EXTRA_CONFIG="" CT_CC_EXTRA_CONFIG="" +CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}" +CT_CC_BUGURL="" CT_CC_SUPPORT_CXX=y CT_CC_SUPPORT_FORTRAN=y CT_CC_SUPPORT_JAVA=y @@ -266,6 +268,8 @@ CT_LIBC_VERSION="2.7" CT_LIBC="glibc" CT_LIBC_SUPPORT_NPTL=y CT_LIBC_SUPPORT_LINUXTHREADS=y +# CT_LIBC_V_LATEST is not set +# CT_LIBC_V_date is not set # CT_LIBC_V_2_3_6 is not set # CT_LIBC_V_2_5 is not set # CT_LIBC_V_2_5_1 is not set |