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/m68k-unknown-elf | |
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/m68k-unknown-elf')
-rw-r--r-- | samples/m68k-unknown-elf/crosstool.config | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/samples/m68k-unknown-elf/crosstool.config b/samples/m68k-unknown-elf/crosstool.config index 132affe4..e15eb32e 100644 --- a/samples/m68k-unknown-elf/crosstool.config +++ b/samples/m68k-unknown-elf/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@2171_c2541d3f2f56 -# Tue Nov 2 19:24:33 2010 +# crosstool-NG version: hg_default@2289_986166b5e257 +# Sun Jan 30 20:19:10 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 @@ -36,7 +37,6 @@ CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y # CT_FORCE_DOWNLOAD is not set # CT_USE_MIRROR is not set CT_CONNECT_TIMEOUT=10 -CT_DOWNLOAD_MAX_CHUNKS=1 # CT_ONLY_DOWNLOAD is not set # @@ -117,7 +117,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=y # CT_ARCH_mips is not set # CT_ARCH_powerpc is not set @@ -128,7 +127,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 @@ -148,8 +146,11 @@ CT_ARCH_x86_AVAILABLE=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 # # Tuple completion and aliasing @@ -202,6 +203,7 @@ CT_ARCH_BINFMT_FLAT=y # # GNU binutils # +# CT_BINUTILS_V_2_21 is not set # CT_BINUTILS_V_2_20_1 is not set CT_BINUTILS_V_2_20=y # CT_BINUTILS_V_2_19_1 is not set @@ -226,6 +228,7 @@ CT_ELF2FLT_EXTRA_CONFIG="" CT_CC="gcc" CT_CC_VERSION="4.3.4" CT_CC_gcc=y +# 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_5 is not set @@ -307,6 +310,7 @@ CT_LIBC_uClibc_AVAILABLE=y # CT_LIBC_SUPPORT_NPTL is not set # CT_LIBC_SUPPORT_LINUXTHREADS is not set # CT_LIBC_SUPPORT_WIN32THREADS is not set +# CT_LIBC_SUPPORT_THREADS_NONE is not set CT_THREADS="none" # |