mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
samples: update the mingw sample
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
2014041480
commit
4d82364f1f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user