diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-30 19:25:56 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-30 19:25:56 +0100 |
commit | ea70303d73146dcaa2990d2ef0c84f1f3de48801 (patch) | |
tree | 6c53c4aaf0a90c3ee1ccd1a755781c0469e0d4ab /samples/i686-nptl-linux-gnu | |
parent | 1838bb1f15ce7704f91f652f4d4c0887b876a786 (diff) | |
download | crosstool-ng-ea70303d73146dcaa2990d2ef0c84f1f3de48801.tar.gz crosstool-ng-ea70303d73146dcaa2990d2ef0c84f1f3de48801.tar.bz2 crosstool-ng-ea70303d73146dcaa2990d2ef0c84f1f3de48801.zip |
samples: update the samples
Release time is coming at a fast pace. It is now time to
update the samples so they apply cleanly.
The canadian-cross sample mingw32,i686-none-linux-gnu has
been replaced with i586-mingw32msvc,i686-none-linux-gnu.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples/i686-nptl-linux-gnu')
-rw-r--r-- | samples/i686-nptl-linux-gnu/crosstool.config | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config index a8259317..9a5e93f8 100644 --- a/samples/i686-nptl-linux-gnu/crosstool.config +++ b/samples/i686-nptl-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@2246_170842320109 -# Sun Jan 2 23:54:23 2011 +# crosstool-NG version: hg_default@2288_4bc53223a344 +# Sun Jan 30 20:18:06 2011 # # CT_BACKEND is not set CT_MODULES=y @@ -25,6 +25,7 @@ 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 @@ -120,7 +121,6 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_arm is not set # CT_ARCH_avr32 is not set # CT_ARCH_blackfin is not set -# CT_ARCH_ia64 is not set # CT_ARCH_m68k is not set # CT_ARCH_mips is not set # CT_ARCH_powerpc is not set @@ -131,7 +131,6 @@ CT_ARCH_alpha_AVAILABLE=y CT_ARCH_arm_AVAILABLE=y CT_ARCH_avr32_AVAILABLE=y CT_ARCH_blackfin_AVAILABLE=y -CT_ARCH_ia64_AVAILABLE=y CT_ARCH_m68k_AVAILABLE=y CT_ARCH_mips_AVAILABLE=y CT_ARCH_powerpc_AVAILABLE=y @@ -151,7 +150,9 @@ CT_ARCH_USE_MMU=y # # 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 @@ -192,13 +193,15 @@ CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y CT_KERNEL_linux_AVAILABLE=y CT_KERNEL_LINUX_INSTALL=y +# CT_KERNEL_V_2_6_37 is not set +# CT_KERNEL_V_2_6_36_3 is not set CT_KERNEL_V_2_6_36_2=y # CT_KERNEL_V_2_6_36_1 is not set # CT_KERNEL_V_2_6_36 is not set # CT_KERNEL_V_2_6_35_10 is not set -# CT_KERNEL_V_2_6_34_7 is not set +# CT_KERNEL_V_2_6_34_8 is not set # CT_KERNEL_V_2_6_33_7 is not set -# CT_KERNEL_V_2_6_32_27 is not set +# CT_KERNEL_V_2_6_32_28 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_57 is not set # CT_KERNEL_LINUX_CUSTOM is not set @@ -287,6 +290,8 @@ CT_CC_GCC_4_4_or_later=y CT_CC_GCC_4_5_or_later=y CT_CC_GCC_HAS_GRAPHITE=y CT_CC_GCC_HAS_LTO=y +CT_CC_GCC_ENABLE_PLUGINS=y +CT_CC_GCC_GOLD=y CT_CC_GCC_USE_GMP_MPFR=y CT_CC_GCC_USE_PPL_CLOOG=y CT_CC_GCC_USE_MPC=y @@ -360,7 +365,6 @@ CT_LIBC_GLIBC_V_2_9=y # CT_LIBC_GLIBC_V_2_6 is not set # CT_LIBC_GLIBC_V_2_5_1 is not set # CT_LIBC_GLIBC_V_2_5 is not set -# CT_LIBC_GLIBC_V_2_3_6 is not set CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y CT_LIBC_none_AVAILABLE=y @@ -375,6 +379,7 @@ CT_LIBC_GLIBC_EXTRA_CFLAGS="-U_FORTIFY_SOURCE" CT_LIBC_EXTRA_CC_ARGS="" # CT_LIBC_DISABLE_VERSIONING is not set CT_LIBC_OLDEST_ABI="" +# CT_LIBC_GLIBC_FORCE_UNWIND is not set # CT_LIBC_GLIBC_USE_PORTS is not set CT_LIBC_ADDONS_LIST="" # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set |