diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-01 14:21:13 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-01 14:21:13 +0200 |
commit | bffcb7b3fa586c26f8807df475fdbacd42d2d16b (patch) | |
tree | c54f4fbdd7c3ff2b610875365ab946db125c032c /samples/armeb-unknown-eabi | |
parent | 06c9a37016b03301bbfb771dc664d85fbb5a543f (diff) | |
download | crosstool-ng-bffcb7b3fa586c26f8807df475fdbacd42d2d16b.tar.gz crosstool-ng-bffcb7b3fa586c26f8807df475fdbacd42d2d16b.tar.bz2 crosstool-ng-bffcb7b3fa586c26f8807df475fdbacd42d2d16b.zip |
samples: update all samples
All samples get rebased, no new option is chosen.
Diffstat (limited to 'samples/armeb-unknown-eabi')
-rw-r--r-- | samples/armeb-unknown-eabi/crosstool.config | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/samples/armeb-unknown-eabi/crosstool.config b/samples/armeb-unknown-eabi/crosstool.config index 604894b7..359a8113 100644 --- a/samples/armeb-unknown-eabi/crosstool.config +++ b/samples/armeb-unknown-eabi/crosstool.config @@ -1,9 +1,10 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1928_0535b588679a -# Tue Apr 20 19:23:02 2010 +# crosstool-NG version: hg_default@2055_0c3a7ca91483 +# Sun Aug 1 12:58:46 2010 # # CT_BACKEND is not set +CT_MODULES=y # # Paths and misc options @@ -185,12 +186,15 @@ CT_BUILD_SUFFIX="" # Operating System # CT_BARE_METAL=y +# CT_MINGW32 is not set # CT_KERNEL_SUPPORTS_SHARED_LIBS is not set CT_KERNEL="bare-metal" CT_KERNEL_bare_metal=y # CT_KERNEL_linux is not set +# CT_KERNEL_mingw32 is not set CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y +CT_KERNEL_mingw32_AVAILABLE=y # # Common kernel options @@ -206,6 +210,7 @@ CT_ARCH_BINFMT_ELF=y # # GNU binutils # +# CT_BINUTILS_V_2_20_1 is not set # CT_BINUTILS_V_2_20 is not set CT_BINUTILS_V_2_19_1=y # CT_BINUTILS_V_2_19 is not set @@ -227,6 +232,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.2" CT_CC_gcc=y # CT_CC_V_4_5_0 is not set +# CT_CC_V_4_4_4 is not set # CT_CC_V_4_4_3 is not set # CT_CC_V_4_4_2 is not set # CT_CC_V_4_4_1 is not set @@ -248,12 +254,12 @@ CT_CC_GCC_4_3_or_later=y # CT_CC_GCC_4_4_or_later is not set # CT_CC_GCC_4_5_or_later is not set CT_CC_GCC_USE_GMP_MPFR=y -# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set -# CT_CC_GCC_USE_LIBELF is not set -CT_CC_ENABLE_CXX_FLAGS="" -CT_CC_CORE_EXTRA_CONFIG="" +# CT_CC_GCC_USE_PPL_CLOOG is not set +# CT_CC_GCC_USE_MPC_LIBELF is not set CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}" CT_CC_BUGURL="" +CT_CC_ENABLE_CXX_FLAGS="" +CT_CC_CORE_EXTRA_CONFIG="" CT_CC_SUPPORT_CXX=y CT_CC_SUPPORT_FORTRAN=y CT_CC_SUPPORT_JAVA=y @@ -264,7 +270,18 @@ CT_CC_SUPPORT_OBJCXX=y # # Additional supported languages: # -CT_CC_LANG_CXX=y +# CT_CC_LANG_CXX is not set + +# +# gcc other options +# +CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y + +# +# Misc. obscure options. +# +# CT_CC_GCC_DISABLE_PCH is not set +# CT_CC_GCC_LIBMUDFLAP is not set # # C-library @@ -272,16 +289,20 @@ CT_CC_LANG_CXX=y CT_LIBC="none" # CT_LIBC_eglibc is not set # CT_LIBC_glibc is not set +# CT_LIBC_mingw is not set # CT_LIBC_newlib is not set CT_LIBC_none=y # CT_LIBC_uClibc is not set CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y +CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_SUPPORT_THREADS_ANY is not set # CT_LIBC_SUPPORT_NPTL is not set # CT_LIBC_SUPPORT_LINUXTHREADS is not set +# CT_LIBC_SUPPORT_WIN32THREADS is not set CT_THREADS="none" # @@ -328,6 +349,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_2_4 is not set # CT_GMP_V_4_2_2 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y # CT_MPFR_V_2_4_1 is not set # CT_MPFR_V_2_4_0 is not set |