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/mips-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/mips-unknown-elf')
-rw-r--r-- | samples/mips-unknown-elf/crosstool.config | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/samples/mips-unknown-elf/crosstool.config b/samples/mips-unknown-elf/crosstool.config index 9fd2d363..a065677c 100644 --- a/samples/mips-unknown-elf/crosstool.config +++ b/samples/mips-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:32:00 2010 +# crosstool-NG version: hg_default@2289_c3eb27ed4a06 +# Sun Jan 30 21:23:04 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 # @@ -120,7 +120,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=y # CT_ARCH_powerpc is not set @@ -131,7 +130,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 @@ -159,7 +157,9 @@ CT_ARCH_mips_ABI="32" # # General toolchain options # +CT_FORCE_SYSROOT=y CT_USE_SYSROOT=y +CT_SYSROOT_NAME="sysroot" CT_SYSROOT_DIR_PREFIX="" # @@ -213,6 +213,7 @@ CT_ARCH_BINFMT_ELF=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 is not set CT_BINUTILS_V_2_19_1=y @@ -229,6 +230,7 @@ CT_BINUTILS_EXTRA_CONFIG="" CT_CC="gcc" CT_CC_VERSION="4.3.2" 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 @@ -310,6 +312,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" # |