diff options
Diffstat (limited to 'samples/avr32-unknown-none/crosstool.config')
-rw-r--r-- | samples/avr32-unknown-none/crosstool.config | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/samples/avr32-unknown-none/crosstool.config b/samples/avr32-unknown-none/crosstool.config index 6a0a8d45..7a4cd41e 100644 --- a/samples/avr32-unknown-none/crosstool.config +++ b/samples/avr32-unknown-none/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:25:08 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:43:12 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -89,10 +89,10 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="avr32" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y -CT_ARCH_SUPPORT_FPU=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FPU=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -101,8 +101,6 @@ CT_ARCH_TUNE="" CT_ARCH_FPU="" CT_ARCH_32=y CT_ARCH_BITNESS=32 -# CT_ARCH_FLOAT_HW is not set -CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -131,11 +129,13 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -176,6 +176,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -198,6 +203,7 @@ CT_ARCH_BINFMT_ELF=y # # GNU binutils # +# CT_BINUTILS_V_2_22 is not set # CT_BINUTILS_V_2_21_53 is not set # CT_BINUTILS_V_2_21_1a is not set # CT_BINUTILS_V_2_20_1a is not set @@ -218,6 +224,7 @@ CT_CC="gcc" CT_CC_VERSION="4.2.2" CT_CC_gcc=y # CT_CC_GCC_SHOW_LINARO is not set +# CT_CC_V_4_6_2 is not set # CT_CC_V_4_6_1 is not set # CT_CC_V_4_6_0 is not set # CT_CC_V_4_5_3 is not set @@ -258,6 +265,7 @@ CT_CC_SUPPORT_OBJCXX=y # CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -314,6 +322,8 @@ CT_THREADS_NONE=y # CT_LIBC_NEWLIB_IO_LL is not set # CT_LIBC_NEWLIB_IO_FLOAT is not set # CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS is not set +CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y +CT_LIBC_NEWLIB_EXTRA_CONFIG_ARRAY="" # # Debug facilities |