diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-26 00:12:27 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-26 00:12:27 +0100 |
commit | 4d82364f1f616216122f1573a704e9285913e4e5 (patch) | |
tree | 52f6cfd31387d944cf473f2f487f4177eff6bfc8 /samples | |
parent | 2014041480f8d0347dfd638e451b230d2721fbf6 (diff) | |
download | crosstool-ng-4d82364f1f616216122f1573a704e9285913e4e5.tar.gz crosstool-ng-4d82364f1f616216122f1573a704e9285913e4e5.tar.bz2 crosstool-ng-4d82364f1f616216122f1573a704e9285913e4e5.zip |
samples: update the mingw sample
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/i686-pc-mingw32/crosstool.config | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/samples/i686-pc-mingw32/crosstool.config b/samples/i686-pc-mingw32/crosstool.config index 4ea3058d..8b23b281 100644 --- a/samples/i686-pc-mingw32/crosstool.config +++ b/samples/i686-pc-mingw32/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@2171_c2541d3f2f56 -# Tue Nov 2 18:41:31 2010 +# crosstool-NG version: hg_default@2282_fa5c70b11fec +# Wed Jan 26 09:31:31 2011 # # CT_BACKEND is not set CT_MODULES=y @@ -38,7 +38,6 @@ CT_USE_MIRROR=y # CT_PREFER_MIRROR is not set CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 -CT_DOWNLOAD_MAX_CHUNKS=1 # CT_ONLY_DOWNLOAD is not set # @@ -121,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 is not set # CT_ARCH_powerpc is not set @@ -132,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 @@ -152,7 +149,11 @@ CT_ARCH_USE_MMU=y # # General toolchain options # -# CT_USE_SYSROOT is not set +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 @@ -208,6 +209,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 @@ -225,6 +227,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 @@ -318,6 +321,7 @@ CT_LIBC_SUPPORT_THREADS_ANY=y # CT_LIBC_SUPPORT_NPTL is not set # CT_LIBC_SUPPORT_LINUXTHREADS is not set CT_LIBC_SUPPORT_WIN32THREADS=y +# CT_LIBC_SUPPORT_THREADS_NONE is not set CT_THREADS="win32" # @@ -327,15 +331,20 @@ CT_THREADS="win32" # CT_THREADS_LINUXTHREADS is not set CT_THREADS_WIN32THREADS=y # CT_THREADS_NONE is not set -# CT_LIBC_XLDD is not set # # mingw other options # -# CT_MINGW_DIRECTX is not set -# CT_MINGW_OPENGL is not set -# CT_MINGW_PDCURSES is not set -# CT_MINGW_GNURX is not set +CT_MINGW_DIRECTX=y +CT_MINGW_OPENGL=y +CT_MINGW_PDCURSES=y +CT_MINGW_PDCURSES_V_3_4=y +# CT_MINGW_PDCURSES_V_select is not set +CT_MINGW_PDCURSES_VERSION="3.4" +CT_MINGW_GNURX=y +CT_MINGW_GNURX_V_2_5_1=y +# CT_MINGW_GNURX_V_select is not set +CT_MINGW_GNURX_VERSION="2.5.1" # # Debug facilities |