From e1d16aa95e3533a6f570325891718117e4d952c6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 1 Feb 2012 00:10:59 +0100 Subject: samples: update before release Update all samples to reflect the new set of options, plus: - remove the arm-iphone-linux-gnueabi sample (obsolete...) - disable hard-float in ARM bare-metal samples. Signed-off-by: "Yann E. MORIN" diff --git a/samples/alphaev56-unknown-linux-gnu/crosstool.config b/samples/alphaev56-unknown-linux-gnu/crosstool.config index 9eca24a..e1c63fb 100644 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:16:17 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:35:56 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,15 +89,13 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="alpha" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_CPU="ev56" CT_ARCH_TUNE="ev56" CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" CT_ARCH_alpha=y @@ -126,11 +124,13 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="" # # alpha other options @@ -183,6 +183,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -192,19 +197,17 @@ CT_KERNEL_VERSION="2.6.37.6" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set CT_KERNEL_V_2_6_37_6=y # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -232,6 +235,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -262,6 +266,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.5" 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 @@ -317,6 +322,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -350,6 +356,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -445,6 +452,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -470,6 +478,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/alphaev67-unknown-linux-gnu/crosstool.config b/samples/alphaev67-unknown-linux-gnu/crosstool.config index 1218ff9..9434f41 100644 --- a/samples/alphaev67-unknown-linux-gnu/crosstool.config +++ b/samples/alphaev67-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:16:50 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:36:17 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,15 +89,13 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="alpha" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_CPU="ev56" CT_ARCH_TUNE="ev56" CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" CT_ARCH_alpha=y @@ -126,11 +124,13 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="" # # alpha other options @@ -182,6 +182,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -191,19 +196,17 @@ CT_KERNEL_VERSION="2.6.38.8" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set CT_KERNEL_V_2_6_38_8=y # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -231,6 +234,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -259,6 +263,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.5" 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 @@ -309,6 +314,7 @@ CT_CC_LANG_OTHERS="" CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -341,6 +347,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set CT_LIBC_GLIBC_V_2_13=y # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -428,6 +435,7 @@ CT_GMP_V_5_0_1=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.1" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set CT_MPFR_V_3_0_0=y # CT_MPFR_V_2_4_2 is not set diff --git a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config index c70854f..0cb7dac 100644 --- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config +++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:21:56 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:36:39 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -136,11 +138,15 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set # CT_ARCH_USE_MMU is not set +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -191,6 +197,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -215,6 +226,7 @@ CT_ARCH_BINFMT_FLAT=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 @@ -245,6 +257,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.1" 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 @@ -292,6 +305,7 @@ CT_CC_LANG_CXX=y CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -348,6 +362,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 @@ -377,6 +393,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/arm-cortex_a15-linux-gnueabi/crosstool.config b/samples/arm-cortex_a15-linux-gnueabi/crosstool.config index 6aadb22..be3c73c 100644 --- a/samples/arm-cortex_a15-linux-gnueabi/crosstool.config +++ b/samples/arm-cortex_a15-linux-gnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:18:38 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:37:35 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -136,11 +138,15 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="hard" # # arm other options @@ -191,6 +197,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -200,19 +211,17 @@ CT_KERNEL_VERSION="2.6.38.8" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set CT_KERNEL_V_2_6_38_8=y # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -240,6 +249,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -272,13 +282,14 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY="" # C compiler # CT_CC="gcc" -CT_CC_VERSION="linaro-4.6-2011.10" +CT_CC_VERSION="linaro-4.6-2012.01" CT_CC_gcc=y CT_CC_GCC_SHOW_LINARO=y -CT_CC_V_linaro_4_6_2011_10=y +CT_CC_V_linaro_4_6_2012_01=y +# 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_linaro_4_5_2011_10 is not set +# CT_CC_V_linaro_4_5_2012_01 is not set # CT_CC_V_4_5_3 is not set # CT_CC_V_4_5_2 is not set # CT_CC_V_4_5_1 is not set @@ -338,6 +349,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="--with-float=hard" CT_CC_EXTRA_CONFIG_ARRAY="--with-float=hard" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -373,6 +385,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -451,6 +464,8 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y CT_GDB_CROSS_STATIC=y +# CT_GDB_CROSS_SIM is not set +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y CT_GDB_NATIVE_STATIC=y CT_GDB_GDBSERVER=y @@ -460,7 +475,7 @@ CT_GDB_GDBSERVER_STATIC=y # gdb version # CT_DEBUG_GDB_SHOW_LINARO=y -# CT_GDB_V_linaro_7_3_2011_10 is not set +# CT_GDB_V_linaro_7_3_2011_12 is not set # CT_GDB_V_7_3a is not set CT_GDB_V_linaro_7_2_2011_05_0=y # CT_GDB_V_7_2a is not set @@ -478,6 +493,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -505,6 +521,7 @@ CT_GMP_V_5_0_1=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.1" +# CT_MPFR_V_3_1_0 is not set CT_MPFR_V_3_0_1=y # CT_MPFR_V_3_0_0 is not set # CT_MPFR_V_2_4_2 is not set @@ -525,6 +542,8 @@ CT_CLOOG_V_0_15_11=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.11" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y CT_MPC_V_0_9=y # CT_MPC_V_0_8_2 is not set # CT_MPC_V_0_8_1 is not set diff --git a/samples/arm-cortex_a8-linux-gnueabi/crosstool.config b/samples/arm-cortex_a8-linux-gnueabi/crosstool.config index 9f59554..5812278 100644 --- a/samples/arm-cortex_a8-linux-gnueabi/crosstool.config +++ b/samples/arm-cortex_a8-linux-gnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:19:11 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:38:06 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -135,10 +137,13 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -183,28 +188,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="3.0" +CT_KERNEL_VERSION="3.0.18" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -CT_KERNEL_V_3_0=y +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +CT_KERNEL_V_3_0_18=y # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -364,7 +372,7 @@ CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="3.0" +CT_LIBC_GLIBC_MIN_KERNEL="3.0.18" # # glibc other options @@ -405,6 +413,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/arm-davinci-linux-gnueabi/crosstool.config b/samples/arm-davinci-linux-gnueabi/crosstool.config index d19d4aa..801e3a0 100644 --- a/samples/arm-davinci-linux-gnueabi/crosstool.config +++ b/samples/arm-davinci-linux-gnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:19:41 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:38:32 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -135,10 +137,13 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -182,28 +187,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -358,7 +366,7 @@ CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.19" +CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.20" # # glibc other options @@ -399,6 +407,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/arm-iphone-linux-gnueabi/crosstool.config b/samples/arm-iphone-linux-gnueabi/crosstool.config deleted file mode 100644 index 40a39a9..0000000 --- a/samples/arm-iphone-linux-gnueabi/crosstool.config +++ /dev/null @@ -1,461 +0,0 @@ -# -# Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:22:26 2011 -# -CT_CONFIGURE_has_xzutils=y -CT_CONFIGURE_has_cvs=y -CT_CONFIGURE_has_svn=y -CT_MODULES=y - -# -# Paths and misc options -# - -# -# crosstool-NG behavior -# -# CT_OBSOLETE is not set -CT_EXPERIMENTAL=y -# CT_DEBUG_CT is not set - -# -# Paths -# -CT_LOCAL_TARBALLS_DIR="${HOME}/src" -CT_SAVE_TARBALLS=y -CT_WORK_DIR="${CT_TOP_DIR}/.build" -CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" -CT_INSTALL_DIR="${CT_PREFIX_DIR}" -CT_RM_RF_PREFIX_DIR=y -CT_REMOVE_DOCS=y -CT_INSTALL_DIR_RO=y -CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y - -# -# Downloading -# -# CT_FORBID_DOWNLOAD is not set -# CT_FORCE_DOWNLOAD is not set -CT_CONNECT_TIMEOUT=10 -# CT_ONLY_DOWNLOAD is not set -# CT_USE_MIRROR is not set - -# -# Extracting -# -# CT_FORCE_EXTRACT is not set -CT_OVERIDE_CONFIG_GUESS_SUB=y -# CT_ONLY_EXTRACT is not set -CT_PATCH_BUNDLED=y -# CT_PATCH_LOCAL is not set -# CT_PATCH_BUNDLED_LOCAL is not set -# CT_PATCH_LOCAL_BUNDLED is not set -# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set -# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set -# CT_PATCH_NONE is not set -CT_PATCH_ORDER="bundled" - -# -# Build behavior -# -CT_PARALLEL_JOBS=0 -CT_LOAD=0 -CT_USE_PIPES=y -CT_EXTRA_FLAGS_FOR_HOST="" -# CT_CONFIG_SHELL_SH is not set -# CT_CONFIG_SHELL_ASH is not set -CT_CONFIG_SHELL_BASH=y -# CT_CONFIG_SHELL_CUSTOM is not set -CT_CONFIG_SHELL="${bash}" - -# -# Logging -# -# CT_LOG_ERROR is not set -# CT_LOG_WARN is not set -# CT_LOG_INFO is not set -CT_LOG_EXTRA=y -# CT_LOG_ALL is not set -# CT_LOG_DEBUG is not set -CT_LOG_LEVEL_MAX="EXTRA" -# CT_LOG_SEE_TOOLS_WARN is not set -CT_LOG_PROGRESS_BAR=y -CT_LOG_TO_FILE=y -CT_LOG_FILE_COMPRESS=y - -# -# Target options -# -CT_ARCH="arm" -CT_ARCH_SUPPORTS_BOTH_MMU=y -CT_ARCH_SUPPORTS_BOTH_ENDIAN=y -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_DEFAULT_HAS_MMU=y -CT_ARCH_DEFAULT_LE=y -CT_ARCH_DEFAULT_32=y -CT_ARCH_ARCH="armv6" -CT_ARCH_CPU="arm1176jzf-s" -CT_ARCH_TUNE="arm1176jzf-s" -CT_ARCH_FPU="vfp" -# CT_ARCH_BE is not set -CT_ARCH_LE=y -CT_ARCH_32=y -CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set -CT_TARGET_CFLAGS="" -CT_TARGET_LDFLAGS="" -# CT_ARCH_alpha is not set -CT_ARCH_arm=y -# CT_ARCH_avr32 is not set -# CT_ARCH_blackfin is not set -# CT_ARCH_m68k is not set -# CT_ARCH_mips is not set -# CT_ARCH_powerpc is not set -# CT_ARCH_s390 is not set -# CT_ARCH_sh is not set -# CT_ARCH_sparc is not set -# CT_ARCH_x86 is not set -CT_ARCH_alpha_AVAILABLE=y -CT_ARCH_arm_AVAILABLE=y -CT_ARCH_avr32_AVAILABLE=y -CT_ARCH_blackfin_AVAILABLE=y -CT_ARCH_m68k_AVAILABLE=y -CT_ARCH_mips_AVAILABLE=y -CT_ARCH_powerpc_AVAILABLE=y -CT_ARCH_s390_AVAILABLE=y -CT_ARCH_sh_AVAILABLE=y -CT_ARCH_sparc_AVAILABLE=y -CT_ARCH_x86_AVAILABLE=y - -# -# Generic target options -# -CT_ARCH_USE_MMU=y - -# -# Target optimisations -# - -# -# arm other options -# -CT_ARCH_ARM_MODE="arm" -CT_ARCH_ARM_MODE_ARM=y -# CT_ARCH_ARM_MODE_THUMB is not set -# CT_ARCH_ARM_INTERWORKING is not set -CT_ARCH_ARM_EABI=y - -# -# Toolchain options -# - -# -# General toolchain options -# -CT_FORCE_SYSROOT=y -CT_USE_SYSROOT=y -CT_SYSROOT_NAME="sysroot" -CT_SYSROOT_DIR_PREFIX="" -# CT_STATIC_TOOLCHAIN is not set -CT_TOOLCHAIN_PKGVERSION="" -CT_TOOLCHAIN_BUGURL="" - -# -# Tuple completion and aliasing -# -CT_TARGET_VENDOR="iphone" -CT_TARGET_ALIAS_SED_EXPR="" -CT_TARGET_ALIAS="" - -# -# Toolchain type -# -# CT_NATIVE is not set -CT_CROSS=y -# CT_CROSS_NATIVE is not set -# CT_CANADIAN is not set -CT_TOOLCHAIN_TYPE="cross" - -# -# Build system -# -CT_BUILD="" -CT_BUILD_PREFIX="" -CT_BUILD_SUFFIX="" - -# -# Operating System -# -CT_KERNEL_SUPPORTS_SHARED_LIBS=y -CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.31.14" -# CT_KERNEL_bare_metal is not set -CT_KERNEL_linux=y -CT_KERNEL_bare_metal_AVAILABLE=y -CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set -# CT_KERNEL_V_2_6_39_4 is not set -# CT_KERNEL_V_2_6_38_8 is not set -# CT_KERNEL_V_2_6_37_6 is not set -# CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set -CT_KERNEL_V_2_6_31_14=y -# CT_KERNEL_V_2_6_27_59 is not set -# CT_KERNEL_LINUX_CUSTOM is not set -CT_KERNEL_mingw32_AVAILABLE=y - -# -# Common kernel options -# -CT_SHARED_LIBS=y - -# -# linux other options -# -CT_KERNEL_LINUX_VERBOSITY_0=y -# CT_KERNEL_LINUX_VERBOSITY_1 is not set -# CT_KERNEL_LINUX_VERBOSITY_2 is not set -CT_KERNEL_LINUX_VERBOSE_LEVEL=0 -CT_KERNEL_LINUX_INSTALL_CHECK=y - -# -# Binary utilities -# -CT_ARCH_BINFMT_ELF=y - -# -# GNU binutils -# -# 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 -CT_BINUTILS_V_2_19_1a=y -# CT_BINUTILS_V_2_18a is not set -CT_BINUTILS_VERSION="2.19.1a" -CT_BINUTILS_2_19_or_later=y -CT_BINUTILS_2_18_or_later=y -CT_BINUTILS_GOLD_SUPPORTS_ARCH=y -CT_BINUTILS_HAS_PKGVERSION_BUGURL=y -CT_BINUTILS_FORCE_LD_BFD=y -CT_BINUTILS_LINKER_LD=y -CT_BINUTILS_LINKERS_LIST="ld" -CT_BINUTILS_LINKER_DEFAULT="bfd" -CT_BINUTILS_EXTRA_CONFIG_ARRAY="" -# CT_BINUTILS_FOR_TARGET is not set - -# -# C compiler -# -CT_CC="gcc" -CT_CC_VERSION="4.3.4" -CT_CC_gcc=y -# CT_CC_GCC_SHOW_LINARO 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 -# CT_CC_V_4_5_2 is not set -# CT_CC_V_4_5_1 is not set -# CT_CC_V_4_5_0 is not set -# CT_CC_V_4_4_6 is not set -# CT_CC_V_4_4_5 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 -# CT_CC_V_4_4_0 is not set -# CT_CC_V_4_3_6 is not set -# CT_CC_V_4_3_5 is not set -CT_CC_V_4_3_4=y -# CT_CC_V_4_3_3 is not set -# CT_CC_V_4_3_2 is not set -# CT_CC_V_4_3_1 is not set -# CT_CC_V_4_2_4 is not set -# CT_CC_V_4_2_2 is not set -CT_CC_GCC_4_2_or_later=y -CT_CC_GCC_4_3=y -CT_CC_GCC_4_3_or_later=y -CT_CC_GCC_HAS_PKGVERSION_BUGURL=y -CT_CC_GCC_USE_GMP_MPFR=y -CT_CC_LANG_JAVA_USE_ECJ=y -# CT_CC_LANG_FORTRAN is not set -CT_CC_SUPPORT_CXX=y -CT_CC_SUPPORT_FORTRAN=y -CT_CC_SUPPORT_JAVA=y -CT_CC_SUPPORT_ADA=y -CT_CC_SUPPORT_OBJC=y -CT_CC_SUPPORT_OBJCXX=y - -# -# Additional supported languages: -# -CT_CC_LANG_CXX=y -CT_CC_LANG_JAVA=y -# CT_CC_LANG_ADA is not set -# CT_CC_LANG_OBJC is not set -# CT_CC_LANG_OBJCXX is not set -CT_CC_LANG_OTHERS="" - -# -# gcc other options -# -CT_CC_ENABLE_CXX_FLAGS="" -CT_CC_CORE_EXTRA_CONFIG_ARRAY="" -CT_CC_EXTRA_CONFIG_ARRAY="" - -# -# Optimisation features -# - -# -# Settings for libraries running on target -# -CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y -# CT_CC_GCC_LIBMUDFLAP is not set -# CT_CC_GCC_LIBGOMP is not set -# CT_CC_GCC_LIBSSP is not set - -# -# Misc. obscure options. -# -CT_CC_CXA_ATEXIT=y -# CT_CC_GCC_DISABLE_PCH is not set -# CT_CC_GCC_SJLJ_EXCEPTIONS is not set -CT_CC_GCC_LDBL_128=m - -# -# C-library -# -CT_LIBC="glibc" -CT_LIBC_VERSION="2.9" -# CT_LIBC_eglibc is not set -CT_LIBC_glibc=y -# CT_LIBC_uClibc is not set -CT_LIBC_eglibc_AVAILABLE=y -CT_LIBC_glibc_AVAILABLE=y -CT_LIBC_GLIBC_TARBALL=y -# CT_LIBC_GLIBC_V_2_14 is not set -# CT_LIBC_GLIBC_V_2_13 is not set -# CT_LIBC_GLIBC_V_2_12_2 is not set -# CT_LIBC_GLIBC_V_2_12_1 is not set -# CT_LIBC_GLIBC_V_2_11_1 is not set -# CT_LIBC_GLIBC_V_2_11 is not set -# CT_LIBC_GLIBC_V_2_10_1 is not set -CT_LIBC_GLIBC_V_2_9=y -# CT_LIBC_GLIBC_V_2_8 is not set -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=y -CT_LIBC_SUPPORT_NPTL=y -CT_THREADS="nptl" - -# -# Common C library options -# -CT_THREADS_NPTL=y -CT_LIBC_XLDD=y -CT_LIBC_GLIBC_MAY_FORCE_PORTS=y -CT_LIBC_glibc_familly=y -CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="" -CT_LIBC_GLIBC_CONFIGPARMS="" -CT_LIBC_GLIBC_EXTRA_CFLAGS="" -CT_LIBC_EXTRA_CC_ARGS="" -# CT_LIBC_ENABLE_FORTIFIED_BUILD is not set -# CT_LIBC_DISABLE_VERSIONING is not set -CT_LIBC_OLDEST_ABI="" -# CT_LIBC_GLIBC_FORCE_UNWIND is not set -CT_LIBC_GLIBC_USE_PORTS=y -CT_LIBC_ADDONS_LIST="" -# CT_LIBC_LOCALES is not set -# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set -CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y -# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14" - -# -# glibc other options -# - -# -# WARNING !!! -# - -# -# For glibc >= 2.8, it can happen that the tarballs -# - -# -# for the addons are not available for download. -# - -# -# If that happens, bad luck... Try a previous version -# - -# -# or try again later... :-( -# - -# -# Debug facilities -# -# CT_DEBUG_dmalloc is not set -# CT_DEBUG_duma is not set -# CT_DEBUG_gdb is not set -# CT_DEBUG_ltrace is not set -# CT_DEBUG_strace is not set - -# -# Companion libraries -# -CT_COMPLIBS_NEEDED=y -CT_GMP_NEEDED=y -CT_MPFR_NEEDED=y -CT_COMPLIBS=y -CT_GMP=y -CT_MPFR=y -# CT_GMP_V_5_0_2 is not set -# CT_GMP_V_5_0_1 is not set -CT_GMP_V_4_3_2=y -# CT_GMP_V_4_3_1 is not set -# CT_GMP_V_4_3_0 is not set -CT_GMP_VERSION="4.3.2" -# CT_MPFR_V_3_0_1 is not set -# 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 -CT_MPFR_VERSION="2.4.2" - -# -# Companion libraries common options -# -# CT_COMPLIBS_CHECK is not set - -# -# Companion tools -# - -# -# READ HELP before you say 'Y' below !!! -# -# CT_COMP_TOOLS is not set - -# -# Test suite -# -# CT_TEST_SUITE_GCC is not set diff --git a/samples/arm-iphone-linux-gnueabi/reported.by b/samples/arm-iphone-linux-gnueabi/reported.by deleted file mode 100644 index c4898dd..0000000 --- a/samples/arm-iphone-linux-gnueabi/reported.by +++ /dev/null @@ -1,3 +0,0 @@ -reporter_name="unknown" -reporter_url="http://iphonelinux.org/index.php/Glibc_toolchain_using_crosstool-NG" -reporter_comment="An (experimental) toolchain targeting the Apple's iPhone." diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config index afca8c1..8540d60 100644 --- a/samples/arm-unknown-eabi/crosstool.config +++ b/samples/arm-unknown-eabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:20:31 2011 +# crosstool-NG hg+default-43ef687f5982 Configuration +# Tue Jan 31 22:21:15 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -106,8 +108,8 @@ CT_ARCH_FPU="" CT_ARCH_LE=y CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set +# CT_ARCH_FLOAT_HW is not set +CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -135,10 +137,13 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -182,6 +187,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -314,6 +324,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 @@ -324,6 +336,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # # In bare-metal, you'll need to diff --git a/samples/arm-unknown-linux-gnueabi/crosstool.config b/samples/arm-unknown-linux-gnueabi/crosstool.config index 05791f9..535f84c 100644 --- a/samples/arm-unknown-linux-gnueabi/crosstool.config +++ b/samples/arm-unknown-linux-gnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:20:53 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:42:11 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -29,6 +29,7 @@ CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" CT_INSTALL_DIR="${CT_PREFIX_DIR}" CT_RM_RF_PREFIX_DIR=y # CT_REMOVE_DOCS is not set +# CT_BUILD_MANUALS is not set CT_INSTALL_DIR_RO=y CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y @@ -91,10 +92,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -135,10 +138,13 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -182,28 +188,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="3.0" +CT_KERNEL_VERSION="3.0.18" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -CT_KERNEL_V_3_0=y +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +CT_KERNEL_V_3_0_18=y # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -358,7 +367,7 @@ CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="3.0" +CT_LIBC_GLIBC_MIN_KERNEL="3.0.18" # # glibc other options @@ -399,6 +408,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config index f849dcc..5056881 100644 --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:22:42 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:42:43 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -136,11 +138,15 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -191,28 +197,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -240,6 +249,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 @@ -265,6 +275,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.3" 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 @@ -319,6 +330,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -355,6 +367,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_31 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set @@ -409,6 +422,8 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y CT_GDB_CROSS_STATIC=y +# CT_GDB_CROSS_SIM is not set +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y @@ -434,6 +449,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -459,6 +475,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/armeb-unknown-eabi/crosstool.config b/samples/armeb-unknown-eabi/crosstool.config index 63b25ee..aa19934 100644 --- a/samples/armeb-unknown-eabi/crosstool.config +++ b/samples/armeb-unknown-eabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:23:47 2011 +# crosstool-NG hg+default-b2fbf3d4974f Configuration +# Tue Jan 30 22:39:34 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -106,8 +108,8 @@ CT_ARCH_BE=y # CT_ARCH_LE is not set CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set +# CT_ARCH_FLOAT_HW is not set +CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -135,10 +137,13 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -182,6 +187,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -303,6 +313,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # # In bare-metal, you'll need to diff --git a/samples/armeb-unknown-linux-gnueabi/crosstool.config b/samples/armeb-unknown-linux-gnueabi/crosstool.config index 13122c4..ebf2184 100644 --- a/samples/armeb-unknown-linux-gnueabi/crosstool.config +++ b/samples/armeb-unknown-linux-gnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:24:23 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:40:06 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -136,11 +138,15 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -191,28 +197,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="3.0" +CT_KERNEL_VERSION="3.0.18" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -CT_KERNEL_V_3_0=y +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +CT_KERNEL_V_3_0_18=y # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -240,6 +249,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=y @@ -253,8 +263,6 @@ CT_BINUTILS_GOLD_SUPPORTS_ARCH=y CT_BINUTILS_HAS_PKGVERSION_BUGURL=y CT_BINUTILS_FORCE_LD_BFD=y CT_BINUTILS_LINKER_LD=y -# CT_BINUTILS_LINKER_LD_GOLD is not set -# CT_BINUTILS_LINKER_GOLD_LD is not set CT_BINUTILS_LINKERS_LIST="ld" CT_BINUTILS_LINKER_DEFAULT="bfd" CT_BINUTILS_EXTRA_CONFIG_ARRAY="" @@ -269,6 +277,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.3" 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 @@ -324,6 +333,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -357,6 +367,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -395,7 +406,7 @@ CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="3.0" +CT_LIBC_GLIBC_MIN_KERNEL="3.0.18" # # glibc other options @@ -435,7 +446,9 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y @@ -458,6 +471,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -483,6 +497,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config index b1a1ecb..5f77fff 100644 --- a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config +++ b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:24:40 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:40:39 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,10 +91,12 @@ CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y 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_FLOAT=y +CT_ARCH_SUPPORTS_WITH_FPU=y +CT_ARCH_SUPPORTS_SOFTFP=y CT_ARCH_DEFAULT_HAS_MMU=y CT_ARCH_DEFAULT_LE=y CT_ARCH_DEFAULT_32=y @@ -136,11 +138,15 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +# CT_ARCH_FLOAT_SOFTFP is not set +CT_ARCH_FLOAT="soft" # # arm other options @@ -191,28 +197,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="3.0.4" +CT_KERNEL_VERSION="3.0.18" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -CT_KERNEL_V_3_0_4=y -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +CT_KERNEL_V_3_0_18=y # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -240,6 +249,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -277,6 +287,7 @@ CT_CC="gcc" CT_CC_VERSION="4.6.1" 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=y # CT_CC_V_4_6_0 is not set # CT_CC_V_4_5_3 is not set @@ -338,6 +349,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -376,6 +388,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set CT_LIBC_UCLIBC_V_0_9_32=y # CT_LIBC_UCLIBC_V_0_9_31 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set @@ -431,7 +444,9 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y @@ -457,6 +472,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -484,6 +500,7 @@ CT_GMP_V_5_0_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.2" +# CT_MPFR_V_3_1_0 is not set CT_MPFR_V_3_0_1=y # CT_MPFR_V_3_0_0 is not set # CT_MPFR_V_2_4_2 is not set @@ -504,6 +521,8 @@ CT_CLOOG_V_0_15_11=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.11" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y CT_MPC_V_0_9=y # CT_MPC_V_0_8_2 is not set # CT_MPC_V_0_8_1 is not set diff --git a/samples/avr32-unknown-none/crosstool.config b/samples/avr32-unknown-none/crosstool.config index 6a0a8d4..7a4cd41 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 diff --git a/samples/bfin-unknown-linux-uclibc/crosstool.config b/samples/bfin-unknown-linux-uclibc/crosstool.config index b9e2c97..6b3a7a3 100644 --- a/samples/bfin-unknown-linux-uclibc/crosstool.config +++ b/samples/bfin-unknown-linux-uclibc/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:34 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:43:39 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="blackfin" 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_LE=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=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -133,6 +131,7 @@ CT_ARCH_x86_AVAILABLE=y # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -169,28 +168,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -313,6 +315,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set CT_LIBC_UCLIBC_V_0_9_30_2=y diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config index 3055f40..6b65aaa 100644 --- a/samples/i586-geode-linux-uclibc/crosstool.config +++ b/samples/i586-geode-linux-uclibc/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:26:11 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:44:03 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="x86" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="pentium-mmx" CT_ARCH_CPU="" @@ -100,8 +100,6 @@ CT_ARCH_TUNE="" CT_ARCH_32=y # CT_ARCH_64 is not set CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -133,6 +131,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -170,6 +169,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -179,19 +183,17 @@ CT_KERNEL_VERSION="2.6.36.4" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set CT_KERNEL_V_2_6_36_4=y -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -324,6 +326,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set CT_LIBC_UCLIBC_V_0_9_30_2=y @@ -376,6 +379,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config b/samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config index cd9dc45..cc2fc32 100644 --- a/samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config +++ b/samples/i586-mingw32msvc,i686-none-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:26:54 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:54:29 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="x86" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="i686" CT_ARCH_CPU="" @@ -100,8 +100,6 @@ CT_ARCH_TUNE="i686" CT_ARCH_32=y # CT_ARCH_64 is not set CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -130,11 +128,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 @@ -188,29 +188,32 @@ CT_TARGET_PREFIX="i686-cross-linux-gnu-" CT_TARGET_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y # CT_KERNEL_mingw32 is not set CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -238,6 +241,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 @@ -250,8 +254,6 @@ CT_BINUTILS_GOLD_SUPPORTS_ARCH=y CT_BINUTILS_HAS_PKGVERSION_BUGURL=y CT_BINUTILS_FORCE_LD_BFD=y CT_BINUTILS_LINKER_LD=y -# CT_BINUTILS_LINKER_LD_GOLD is not set -# CT_BINUTILS_LINKER_GOLD_LD is not set CT_BINUTILS_LINKERS_LIST="ld" CT_BINUTILS_LINKER_DEFAULT="bfd" CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-targets=i686-none-linux-gnu" @@ -264,6 +266,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.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 @@ -314,6 +317,7 @@ CT_CC_LANG_OTHERS="" CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -346,6 +350,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -383,7 +388,7 @@ CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.19" +CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.20" # # glibc other options @@ -413,6 +418,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set # CT_MPFR_V_2_4_2 is not set diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config index 0274982..f216377 100644 --- a/samples/i686-nptl-linux-gnu/crosstool.config +++ b/samples/i686-nptl-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:27:42 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:44:38 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="x86" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="i686" CT_ARCH_CPU="" @@ -100,8 +100,6 @@ CT_ARCH_TUNE="" CT_ARCH_32=y # CT_ARCH_64 is not set CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -130,11 +128,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_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -186,19 +191,17 @@ CT_KERNEL_linux=y # CT_KERNEL_mingw32 is not set CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set CT_KERNEL_V_2_6_36_4=y -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -226,6 +229,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -263,6 +267,7 @@ CT_CC="gcc" CT_CC_VERSION="4.5.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 @@ -325,6 +330,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -360,6 +366,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -417,7 +424,9 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y @@ -440,6 +449,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -469,6 +479,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/i686-pc-mingw32/crosstool.config b/samples/i686-pc-mingw32/crosstool.config index 7d611ed..9dfd462 100644 --- a/samples/i686-pc-mingw32/crosstool.config +++ b/samples/i686-pc-mingw32/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:28:01 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:44:52 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="x86" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="i686" CT_ARCH_CPU="" @@ -100,8 +100,6 @@ CT_ARCH_TUNE="" CT_ARCH_32=y # CT_ARCH_64 is not set CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -130,11 +128,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_MINGW32=y @@ -202,6 +207,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -233,6 +239,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.5" 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 @@ -288,6 +295,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -375,6 +383,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set # CT_MPFR_V_2_4_2 is not set @@ -393,6 +402,8 @@ CT_CLOOG_V_0_15_10=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.10" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y # # Companion libraries common options diff --git a/samples/m68k-unknown-elf/crosstool.config b/samples/m68k-unknown-elf/crosstool.config index b878171..30e644d 100644 --- a/samples/m68k-unknown-elf/crosstool.config +++ b/samples/m68k-unknown-elf/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:28:26 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:45:22 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,14 +89,12 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="m68k" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_CPU=y +CT_ARCH_SUPPORTS_WITH_CPU=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_CPU="cpu32" CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -125,10 +123,12 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -169,6 +169,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -193,6 +198,7 @@ CT_ARCH_BINFMT_FLAT=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=y @@ -223,6 +229,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.4" 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 @@ -266,6 +273,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 @@ -323,6 +331,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/mips-ar2315-linux-gnu/crosstool.config b/samples/mips-ar2315-linux-gnu/crosstool.config index 48f28bf..eeaa577 100644 --- a/samples/mips-ar2315-linux-gnu/crosstool.config +++ b/samples/mips-ar2315-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:29:04 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:46:56 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,8 +91,9 @@ CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="4kc" @@ -132,11 +133,14 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -183,28 +187,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -232,6 +239,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 @@ -255,6 +263,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.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 @@ -305,6 +314,7 @@ CT_CC_LANG_OTHERS="" CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -426,7 +436,9 @@ CT_DMALLOC_VERSION="5.5.2" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # CT_GDB_NATIVE is not set CT_GDB_GDBSERVER=y CT_GDB_GDBSERVER_STATIC=y @@ -444,6 +456,7 @@ CT_GDB_V_6_8a=y CT_GDB_VERSION="6.8a" # CT_DEBUG_ltrace is not set CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -464,6 +477,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/mips-malta-linux-gnu/crosstool.config b/samples/mips-malta-linux-gnu/crosstool.config index 47cf010..c242717 100644 --- a/samples/mips-malta-linux-gnu/crosstool.config +++ b/samples/mips-malta-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:29:33 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:47:48 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,8 +91,9 @@ CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -132,11 +133,14 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +CT_ARCH_FLOAT="hard" # # mips other options @@ -184,6 +188,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -193,19 +202,17 @@ CT_KERNEL_VERSION="2.6.38.8" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set CT_KERNEL_V_2_6_38_8=y # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -233,6 +240,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -261,6 +269,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.6" 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 @@ -314,6 +323,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -437,7 +447,9 @@ CT_LIBC_GLIBC_MIN_KERNEL="2.6.38.8" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # CT_GDB_NATIVE is not set CT_GDB_GDBSERVER=y # CT_GDB_GDBSERVER_STATIC is not set @@ -474,6 +486,7 @@ CT_GMP_V_5_0_1=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.1" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set CT_MPFR_V_3_0_0=y # CT_MPFR_V_2_4_2 is not set diff --git a/samples/mips-unknown-elf/crosstool.config b/samples/mips-unknown-elf/crosstool.config index a517257..baacd1a 100644 --- a/samples/mips-unknown-elf/crosstool.config +++ b/samples/mips-unknown-elf/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:29:54 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:48:04 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,8 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -129,10 +130,12 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -175,6 +178,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -303,6 +311,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # # In bare-metal, you'll need to diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index 849138a..a144d2c 100644 --- a/samples/mips-unknown-linux-uclibc/crosstool.config +++ b/samples/mips-unknown-linux-uclibc/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:30:11 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:48:37 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,8 +91,9 @@ CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="mips1" @@ -132,11 +133,14 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -184,28 +188,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="3.0.4" +CT_KERNEL_VERSION="3.0.18" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -CT_KERNEL_V_3_0_4=y -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +CT_KERNEL_V_3_0_18=y # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -233,6 +240,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -260,6 +268,7 @@ CT_CC="gcc" CT_CC_VERSION="4.6.1" 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=y # CT_CC_V_4_6_0 is not set # CT_CC_V_4_5_3 is not set @@ -319,6 +328,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -365,6 +375,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set CT_LIBC_UCLIBC_V_0_9_32=y # CT_LIBC_UCLIBC_V_0_9_31 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set @@ -420,7 +431,9 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y CT_GDB_NATIVE_STATIC=y CT_GDB_GDBSERVER=y @@ -464,6 +477,7 @@ CT_GMP_V_5_0_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.2" +# CT_MPFR_V_3_1_0 is not set CT_MPFR_V_3_0_1=y # CT_MPFR_V_3_0_0 is not set # CT_MPFR_V_2_4_2 is not set @@ -484,6 +498,8 @@ CT_CLOOG_V_0_15_11=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.11" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y CT_MPC_V_0_9=y # CT_MPC_V_0_8_2 is not set # CT_MPC_V_0_8_1 is not set diff --git a/samples/mips64el-n32-linux-uclibc/crosstool.config b/samples/mips64el-n32-linux-uclibc/crosstool.config index 0a193e7..0f6d5ac 100644 --- a/samples/mips64el-n32-linux-uclibc/crosstool.config +++ b/samples/mips64el-n32-linux-uclibc/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:30:33 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:45:53 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -91,8 +91,9 @@ CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -132,11 +133,14 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -184,6 +188,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -193,19 +202,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -233,6 +240,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 @@ -255,6 +263,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.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 @@ -305,6 +314,7 @@ CT_CC_LANG_OTHERS="" CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -348,6 +358,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_31 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set @@ -412,6 +423,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/mips64el-n64-linux-uclibc/crosstool.config b/samples/mips64el-n64-linux-uclibc/crosstool.config index 662a5c1..f55f995 100644 --- a/samples/mips64el-n64-linux-uclibc/crosstool.config +++ b/samples/mips64el-n64-linux-uclibc/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:30:53 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:46: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 @@ -91,8 +91,9 @@ CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -132,11 +133,14 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -184,6 +188,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -193,19 +202,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -233,6 +240,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 @@ -255,6 +263,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.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 @@ -305,6 +314,7 @@ CT_CC_LANG_OTHERS="" CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -348,6 +358,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_31 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set @@ -412,6 +423,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/mipsel-sde-elf/crosstool.config b/samples/mipsel-sde-elf/crosstool.config index 3f17f0c..5e173fd 100644 --- a/samples/mipsel-sde-elf/crosstool.config +++ b/samples/mipsel-sde-elf/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:31:08 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:47:10 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,8 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -129,10 +130,12 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -176,6 +179,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -314,6 +322,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # # In bare-metal, you'll need to @@ -361,6 +370,8 @@ CT_CLOOG_V_0_15_10=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.10" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y # # Companion libraries common options diff --git a/samples/mipsel-unknown-linux-gnu/crosstool.config b/samples/mipsel-unknown-linux-gnu/crosstool.config index f103bb0..48556b0 100644 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:31:31 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:47:29 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,8 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="mips1" @@ -129,10 +130,12 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -175,6 +178,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -184,19 +192,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -398,6 +404,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/powerpc-405-linux-gnu/crosstool.config b/samples/powerpc-405-linux-gnu/crosstool.config index b5fe17d..3dc5d93 100644 --- a/samples/powerpc-405-linux-gnu/crosstool.config +++ b/samples/powerpc-405-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:14:22 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:49:00 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,9 +89,10 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="405" @@ -131,6 +132,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="soft" # # powerpc other options @@ -174,6 +176,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -183,19 +190,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -389,6 +394,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/powerpc-860-linux-gnu/crosstool.config b/samples/powerpc-860-linux-gnu/crosstool.config index e6ae26f..a8989f4 100644 --- a/samples/powerpc-860-linux-gnu/crosstool.config +++ b/samples/powerpc-860-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:14:53 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:49:40 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,9 +89,10 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="860" @@ -131,6 +132,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="soft" # # powerpc other options @@ -174,6 +176,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -183,19 +190,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -382,6 +387,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/powerpc-e300c3-linux-gnu/crosstool.config b/samples/powerpc-e300c3-linux-gnu/crosstool.config index 5d75831..635078a 100644 --- a/samples/powerpc-e300c3-linux-gnu/crosstool.config +++ b/samples/powerpc-e300c3-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:15:19 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:49:57 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,10 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="e300c3" @@ -130,11 +131,13 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="hard" # # powerpc other options @@ -183,6 +186,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -192,19 +200,17 @@ CT_KERNEL_VERSION="2.6.36.4" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set CT_KERNEL_V_2_6_36_4=y -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -232,6 +238,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=y # CT_BINUTILS_V_2_20_1a is not set @@ -262,6 +269,7 @@ CT_CC="gcc" CT_CC_VERSION="4.5.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 @@ -321,6 +329,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="--with-long-double-128" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -460,6 +469,7 @@ CT_GMP_V_5_0_1=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.1" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set CT_MPFR_V_3_0_0=y # CT_MPFR_V_2_4_2 is not set @@ -478,6 +488,8 @@ CT_CLOOG_V_0_15_10=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.10" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y # CT_MPC_V_0_9 is not set CT_MPC_V_0_8_2=y # CT_MPC_V_0_8_1 is not set diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config index d92e6b3..2f0210c 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2724_0190799814eb Configuration -# Sun Oct 16 18:15:42 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:50:15 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,10 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="8548" @@ -130,11 +131,13 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="hard" # # powerpc other options @@ -183,6 +186,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -192,19 +200,17 @@ CT_KERNEL_VERSION="2.6.36.4" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set CT_KERNEL_V_2_6_36_4=y -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -232,6 +238,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=y @@ -258,10 +265,11 @@ CT_CC="gcc" CT_CC_VERSION="4.6.0" CT_CC_gcc=y CT_CC_GCC_SHOW_LINARO=y -# CT_CC_V_linaro_4_6_2011_10 is not set +# CT_CC_V_linaro_4_6_2012_01 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=y -# CT_CC_V_linaro_4_5_2011_10 is not set +# CT_CC_V_linaro_4_5_2012_01 is not set # CT_CC_V_4_5_3 is not set # CT_CC_V_4_5_2 is not set # CT_CC_V_4_5_1 is not set @@ -320,6 +328,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="--with-long-double-128" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -437,7 +446,9 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y CT_GDB_NATIVE_STATIC=y CT_GDB_GDBSERVER=y @@ -463,6 +474,7 @@ CT_LTRACE_V_0_5_3=y CT_LTRACE_VERSION="0.5.3" CT_LTRACE_0_5_3_or_later=y CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set CT_STRACE_V_4_5_20=y # CT_STRACE_V_4_5_19 is not set # CT_STRACE_V_4_5_18 is not set @@ -490,6 +502,7 @@ CT_GMP_V_5_0_1=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.1" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set CT_MPFR_V_3_0_0=y # CT_MPFR_V_2_4_2 is not set @@ -510,6 +523,8 @@ CT_CLOOG_V_0_15_10=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.10" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y # CT_MPC_V_0_9 is not set CT_MPC_V_0_8_2=y # CT_MPC_V_0_8_1 is not set diff --git a/samples/powerpc-unknown-linux-gnu/crosstool.config b/samples/powerpc-unknown-linux-gnu/crosstool.config index c5eb9ed..3f5ce29 100644 --- a/samples/powerpc-unknown-linux-gnu/crosstool.config +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:16:27 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:50:39 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,9 +89,10 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" @@ -131,6 +132,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="hard" # # powerpc other options @@ -174,6 +176,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -183,19 +190,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -369,6 +374,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index 4b038cf..63d55c2 100644 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:16:55 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:50:51 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,9 +89,10 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" @@ -131,6 +132,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="soft" # # powerpc other options @@ -174,6 +176,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -183,19 +190,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -318,6 +323,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set # CT_LIBC_UCLIBC_V_0_9_30_2 is not set @@ -370,6 +376,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config index 59ec122..6a30757 100644 --- a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config +++ b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:17:23 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:51:08 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,9 +89,10 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" @@ -131,6 +132,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="soft" # # powerpc other options @@ -174,6 +176,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -183,19 +190,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -389,6 +394,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/powerpc64-unknown-linux-gnu/crosstool.config b/samples/powerpc64-unknown-linux-gnu/crosstool.config index 6fbd951..88a321b 100644 --- a/samples/powerpc64-unknown-linux-gnu/crosstool.config +++ b/samples/powerpc64-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:17:50 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:49:25 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,10 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="powerpc" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ABI=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ABI=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" @@ -130,11 +131,13 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="hard" # # powerpc other options @@ -183,6 +186,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -192,19 +200,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -232,6 +238,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=y @@ -258,6 +265,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.5" 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 @@ -313,6 +321,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -346,6 +355,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -403,7 +413,9 @@ CT_DUMA_VERSION="2_5_15" CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set +# CT_GDB_CROSS_SIM is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y @@ -422,6 +434,7 @@ CT_GDB_V_6_8a=y CT_GDB_VERSION="6.8a" # CT_DEBUG_ltrace is not set CT_DEBUG_strace=y +# CT_STRACE_V_4_6 is not set # CT_STRACE_V_4_5_20 is not set CT_STRACE_V_4_5_19=y # CT_STRACE_V_4_5_18 is not set @@ -446,6 +459,7 @@ CT_GMP_V_5_0_1=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="5.0.1" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set CT_MPFR_V_3_0_0=y # CT_MPFR_V_2_4_2 is not set @@ -464,6 +478,8 @@ CT_CLOOG_V_0_15_10=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.10" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y # # Companion libraries common options diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config index 81d714f..c0a714d 100644 --- a/samples/s390-ibm-linux-gnu/crosstool.config +++ b/samples/s390-ibm-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:19:41 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:51:31 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,14 +90,12 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="s390" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_FPU=y +CT_ARCH_SUPPORTS_WITH_FPU=y CT_ARCH_DEFAULT_32=y CT_ARCH_FPU="" CT_ARCH_32=y # CT_ARCH_64 is not set CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -126,11 +124,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 @@ -171,6 +171,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -180,19 +185,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -220,6 +223,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=y @@ -244,6 +248,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.4" 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 @@ -294,6 +299,7 @@ CT_CC_LANG_OTHERS="" CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -326,6 +332,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -393,6 +400,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y diff --git a/samples/s390x-ibm-linux-gnu/crosstool.config b/samples/s390x-ibm-linux-gnu/crosstool.config index 2f3fbf6..2a395c9 100644 --- a/samples/s390x-ibm-linux-gnu/crosstool.config +++ b/samples/s390x-ibm-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:20:14 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:51:43 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,14 +90,12 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="s390" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_FPU=y +CT_ARCH_SUPPORTS_WITH_FPU=y CT_ARCH_DEFAULT_32=y CT_ARCH_FPU="" # CT_ARCH_32 is not set CT_ARCH_64=y CT_ARCH_BITNESS=64 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -126,11 +124,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 @@ -172,6 +172,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -181,19 +186,17 @@ CT_KERNEL_VERSION="2.6.31.14" CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set CT_KERNEL_V_2_6_31_14=y # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -221,6 +224,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 @@ -244,6 +248,7 @@ CT_CC="gcc" CT_CC_VERSION="4.4.5" 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 @@ -298,6 +303,7 @@ CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" CT_CC_EXTRA_CONFIG_ARRAY="" CT_CC_STATIC_LIBSTDCXX=y +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -331,6 +337,7 @@ CT_LIBC_glibc=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y CT_LIBC_GLIBC_TARBALL=y +# CT_LIBC_GLIBC_V_2_14_1 is not set # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -402,6 +409,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y @@ -420,6 +428,8 @@ CT_CLOOG_V_0_15_10=y # CT_CLOOG_V_0_15_7 is not set # CT_CLOOG_V_0_15_6 is not set CT_CLOOG_VERSION="0.15.10" +CT_CLOOG_0_15_1x=y +CT_CLOOG_NEEDS_AUTORECONF=y # # Companion libraries common options diff --git a/samples/sh4-unknown-linux-gnu/crosstool.config b/samples/sh4-unknown-linux-gnu/crosstool.config index 9c4374f..eeac722 100644 --- a/samples/sh4-unknown-linux-gnu/crosstool.config +++ b/samples/sh4-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:20:35 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:51:59 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -96,8 +96,6 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_LE=y CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -125,10 +123,12 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="little" # # Target optimisations # +CT_ARCH_FLOAT="" # # sh other options @@ -172,6 +172,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y @@ -182,19 +187,17 @@ CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y # CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -# CT_KERNEL_V_2_6_33_19 is not set -# CT_KERNEL_V_2_6_32_46 is not set +# CT_KERNEL_V_2_6_33_20 is not set +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set CT_KERNEL_V_2_6_27_59=y # CT_KERNEL_LINUX_CUSTOM is not set diff --git a/samples/x86_64-unknown-linux-gnu/crosstool.config b/samples/x86_64-unknown-linux-gnu/crosstool.config index 8292e84..ae68829 100644 --- a/samples/x86_64-unknown-linux-gnu/crosstool.config +++ b/samples/x86_64-unknown-linux-gnu/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:21:08 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:52:30 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="x86" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" CT_ARCH_CPU="" @@ -100,8 +100,6 @@ CT_ARCH_TUNE="" # CT_ARCH_32 is not set CT_ARCH_64=y CT_ARCH_BITNESS=64 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -133,6 +131,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -170,28 +169,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -351,7 +353,7 @@ CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set -CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.19" +CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.20" # # glibc other options @@ -372,6 +374,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config index b4691b5..05dc510 100644 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2723_d56ba604be80 Configuration -# Sun Oct 16 18:21:31 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:52:51 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,9 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="x86" CT_ARCH_SUPPORTS_32=y CT_ARCH_SUPPORTS_64=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_CPU=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_CPU=y +CT_ARCH_SUPPORTS_WITH_TUNE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" CT_ARCH_CPU="" @@ -100,8 +100,6 @@ CT_ARCH_TUNE="" # CT_ARCH_32 is not set CT_ARCH_64=y CT_ARCH_BITNESS=64 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -133,6 +131,7 @@ CT_ARCH_USE_MMU=y # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -170,28 +169,31 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.33.19" +CT_KERNEL_VERSION="2.6.33.20" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set -# CT_KERNEL_V_3_0_3 is not set -# CT_KERNEL_V_3_0_2 is not set -# CT_KERNEL_V_3_0_1 is not set -# CT_KERNEL_V_3_0 is not set +# CT_KERNEL_V_3_2_2 is not set +# CT_KERNEL_V_3_2_1 is not set +# CT_KERNEL_V_3_2 is not set +# CT_KERNEL_V_3_1_10 is not set +# CT_KERNEL_V_3_0_18 is not set # CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -# CT_KERNEL_V_2_6_35_14 is not set -# CT_KERNEL_V_2_6_34_10 is not set -CT_KERNEL_V_2_6_33_19=y -# CT_KERNEL_V_2_6_32_46 is not set +CT_KERNEL_V_2_6_33_20=y +# CT_KERNEL_V_2_6_32_55 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -324,6 +326,7 @@ CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y CT_LIBC_uClibc_AVAILABLE=y +# CT_LIBC_UCLIBC_V_0_9_32_1 is not set # CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set CT_LIBC_UCLIBC_V_0_9_30_2=y @@ -376,6 +379,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set CT_GDB_GDBSERVER=y -- cgit v0.10.2-6-g49f6