mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
samples: update all samples
All samples get rebased, no new option is chosen.
This commit is contained in:
parent
06c9a37016
commit
bffcb7b3fa
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_29430af4f9ca
|
||||
# Fri Apr 23 10:12:25 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:31:25 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -186,29 +187,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -225,6 +234,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -250,6 +260,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
CT_CC_V_4_4_2=y
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -271,17 +282,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -300,6 +307,20 @@ CT_CC_LANG_FORTRAN=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -307,6 +328,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.10.1"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -324,6 +346,7 @@ CT_LIBC_V_2_10_1=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -360,9 +383,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -370,7 +395,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -405,6 +432,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -425,7 +453,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
CT_LIBELF_TARGET=y
|
||||
# CT_GMP_V_5_0_1 is not set
|
||||
CT_GMP_V_4_3_2=y
|
||||
@ -434,6 +461,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -450,10 +478,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# libelf version needed to build for target
|
||||
@ -476,3 +500,9 @@ CT_LIBELF_VERSION="0.8.13"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1928_0535b588679a
|
||||
# Tue Apr 20 18:38:11 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:42:30 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -188,12 +189,15 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -209,6 +213,7 @@ CT_ARCH_BINFMT_FLAT=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -233,6 +238,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.1"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
CT_CC_V_4_4_1=y
|
||||
@ -254,12 +260,12 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -272,6 +278,18 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
#
|
||||
CT_CC_LANG_CXX=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -279,11 +297,13 @@ CT_LIBC="newlib"
|
||||
CT_LIBC_VERSION="newlib-1_18_0"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
CT_LIBC_newlib=y
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
# CT_LIBC_NEWLIB_V_1_18_0 is not set
|
||||
# CT_LIBC_NEWLIB_V_1_17_0 is not set
|
||||
@ -294,8 +314,10 @@ CT_LIBC_NEWLIB_CVS=y
|
||||
#
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
@ -303,6 +325,7 @@ CT_THREADS="none"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
CT_THREADS_NONE=y
|
||||
|
||||
#
|
||||
@ -327,7 +350,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
# CT_GMP_V_5_0_1 is not set
|
||||
CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_3_1 is not set
|
||||
@ -335,6 +357,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -351,10 +374,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# Companion libraries common options
|
||||
@ -370,3 +389,9 @@ CT_MPC_VERSION="0.8.1"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_d7094b6ecfb4
|
||||
# Fri Apr 23 13:24:15 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:31:44 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -185,29 +186,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -224,6 +233,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -249,6 +259,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -270,17 +281,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -295,6 +302,20 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -302,6 +323,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -319,6 +341,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -356,8 +379,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -365,7 +390,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -405,6 +432,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -425,7 +453,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
CT_GMP_TARGET=y
|
||||
CT_MPFR_TARGET=y
|
||||
CT_LIBELF_TARGET=y
|
||||
@ -436,6 +463,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -452,10 +480,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# libelf version needed to build for target
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_bb6b1a0ca22f
|
||||
# Fri Apr 23 14:23:44 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:32:09 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -187,29 +188,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -226,6 +235,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -251,6 +261,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -272,17 +283,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -297,6 +304,19 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -304,6 +324,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -321,6 +342,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -358,8 +380,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -367,7 +391,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -407,6 +433,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -435,6 +462,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_89efba03774e
|
||||
# Fri Apr 23 15:05:51 2010
|
||||
# crosstool-NG version: hg_default@2055_0c3a7ca91483
|
||||
# Sun Aug 1 13:31:57 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -186,29 +187,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.30.10"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
CT_KERNEL_V_2_6_30_10=y
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -225,6 +234,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -247,6 +257,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -268,18 +279,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -298,6 +305,19 @@ CT_CC_LANG_JAVA=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -305,6 +325,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -322,6 +343,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -359,8 +381,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.30.10"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -368,7 +392,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -397,6 +423,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -418,3 +445,9 @@ CT_MPFR_VERSION="2.4.2"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1928_0535b588679a
|
||||
# Tue Apr 20 19:04:10 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:42:47 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -187,12 +188,15 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -208,6 +212,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -229,6 +234,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -250,12 +256,12 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -268,6 +274,17 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
#
|
||||
CT_CC_LANG_CXX=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -275,11 +292,13 @@ CT_LIBC="newlib"
|
||||
CT_LIBC_VERSION="1.17.0"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
CT_LIBC_newlib=y
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
# CT_LIBC_NEWLIB_V_1_18_0 is not set
|
||||
CT_LIBC_NEWLIB_V_1_17_0=y
|
||||
@ -290,8 +309,10 @@ CT_LIBC_NEWLIB_V_1_17_0=y
|
||||
#
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
@ -299,6 +320,7 @@ CT_THREADS="none"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
CT_THREADS_NONE=y
|
||||
|
||||
#
|
||||
@ -345,6 +367,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_3a5ecab32dcf
|
||||
# Fri Apr 23 18:49:05 2010
|
||||
# crosstool-NG version: hg_default@2055_0c3a7ca91483
|
||||
# Sun Aug 1 14:19:13 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -187,29 +188,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -226,6 +235,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -251,6 +261,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -272,18 +283,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -298,6 +305,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -305,6 +325,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -322,6 +343,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -359,8 +381,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -368,7 +392,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -409,6 +435,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -435,6 +462,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1931_287906b2810d
|
||||
# Thu Apr 22 10:45:54 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:32:53 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -188,29 +189,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -227,6 +236,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -252,6 +262,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -273,17 +284,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -302,6 +309,20 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -309,11 +330,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.2"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -329,17 +352,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -347,7 +370,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -388,6 +422,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -419,6 +454,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -435,6 +471,7 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
# CT_MPC_V_0_8_2 is not set
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
@ -461,3 +498,9 @@ CT_LIBELF_VERSION="0.8.13"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@2014_cd9322b076d7
|
||||
# Sun Jul 11 00:10:01 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:37:34 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -188,11 +189,13 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.34.1"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
@ -216,6 +219,7 @@ CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -279,17 +283,11 @@ CT_CC_GCC_4_4_or_later=y
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -308,6 +306,20 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -315,11 +327,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="20100710"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -335,17 +349,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
# CT_LIBC_UCLIBC_BUILD_CROSS_LDD is not set
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -353,41 +367,25 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD=""
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
#
|
||||
# CT_DEBUG_dmalloc is not set
|
||||
# CT_DMALLOC_V_5_5_2 is not set
|
||||
# CT_DEBUG_duma is not set
|
||||
# CT_DUMA_V_2_5_15 is not set
|
||||
# CT_DUMA_V_2_5_14 is not set
|
||||
# CT_DUMA_V_2_5_12 is not set
|
||||
# CT_DUMA_V_2_5_8 is not set
|
||||
# CT_DUMA_V_2_5_1 is not set
|
||||
# CT_DEBUG_gdb is not set
|
||||
# CT_GDB_V_7_1 is not set
|
||||
# CT_GDB_V_7_0_1 is not set
|
||||
# CT_GDB_V_7_0 is not set
|
||||
# CT_GDB_V_6_8 is not set
|
||||
# CT_DEBUG_ltrace is not set
|
||||
# CT_LTRACE_V_0_5_3 is not set
|
||||
# CT_LTRACE_V_0_5_2 is not set
|
||||
# CT_LTRACE_V_0_5 is not set
|
||||
# CT_LTRACE_V_0_4 is not set
|
||||
# CT_DEBUG_strace is not set
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
# CT_STRACE_V_4_5_19 is not set
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
# CT_STRACE_V_4_5_16 is not set
|
||||
# CT_STRACE_V_4_5_15 is not set
|
||||
|
||||
#
|
||||
# Companion libraries
|
||||
@ -426,8 +424,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
# CT_LIBELF_V_0_8_13 is not set
|
||||
# CT_LIBELF_V_0_8_12 is not set
|
||||
|
||||
#
|
||||
# Companion libraries common options
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1928_0535b588679a
|
||||
# Tue Apr 20 19:23:02 2010
|
||||
# crosstool-NG version: hg_default@2055_0c3a7ca91483
|
||||
# Sun Aug 1 12:58:46 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -185,12 +186,15 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -206,6 +210,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -227,6 +232,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -248,12 +254,12 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -264,7 +270,18 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
#
|
||||
# Additional supported languages:
|
||||
#
|
||||
CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_CXX is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
@ -272,16 +289,20 @@ CT_CC_LANG_CXX=y
|
||||
CT_LIBC="none"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
CT_LIBC_none=y
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
@ -328,6 +349,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_3949b701768e
|
||||
# Fri Apr 23 21:25:58 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:45:47 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -188,29 +189,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -227,6 +236,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -252,6 +262,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -273,18 +284,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -303,6 +310,20 @@ CT_CC_LANG_JAVA=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -310,6 +331,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.10.1"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -327,6 +349,7 @@ CT_LIBC_V_2_10_1=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -364,8 +387,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -373,7 +398,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -413,6 +440,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -433,7 +461,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
CT_GMP_TARGET=y
|
||||
CT_MPFR_TARGET=y
|
||||
CT_LIBELF_TARGET=y
|
||||
@ -444,6 +471,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -460,10 +488,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# libelf version needed to build for target
|
||||
@ -486,3 +510,9 @@ CT_LIBELF_VERSION="0.8.13"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1932_1fd97155cf06
|
||||
# Thu Apr 22 11:49:30 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:46:21 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -188,29 +189,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -227,6 +236,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -252,6 +262,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -273,17 +284,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -302,6 +309,20 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -309,11 +330,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.2"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -329,17 +352,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -347,7 +370,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -388,6 +422,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -408,7 +443,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
CT_GMP_TARGET=y
|
||||
CT_MPFR_TARGET=y
|
||||
CT_LIBELF_TARGET=y
|
||||
@ -419,6 +453,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -435,10 +470,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# libelf version needed to build for target
|
||||
@ -461,3 +492,9 @@ CT_LIBELF_VERSION="0.8.13"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1928_0535b588679a
|
||||
# Tue Apr 20 20:01:11 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:43:08 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -179,12 +180,15 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -200,6 +204,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -221,6 +226,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.2.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -242,8 +248,8 @@ CT_CC_GCC_4_2_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
# CT_CC_GCC_USE_GMP_MPFR is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
@ -258,6 +264,17 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
#
|
||||
# CT_CC_LANG_CXX is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -265,11 +282,13 @@ CT_LIBC="newlib"
|
||||
CT_LIBC_VERSION="1.17.0"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
CT_LIBC_newlib=y
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
# CT_LIBC_NEWLIB_V_1_18_0 is not set
|
||||
CT_LIBC_NEWLIB_V_1_17_0=y
|
||||
@ -281,8 +300,10 @@ CT_LIBC_NEWLIB_V_1_17_0=y
|
||||
CT_ATMEL_AVR32_HEADERS=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
@ -290,6 +311,7 @@ CT_THREADS="none"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
CT_THREADS_NONE=y
|
||||
|
||||
#
|
||||
@ -319,3 +341,9 @@ CT_THREADS_NONE=y
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1932_6c6d19cd57e2
|
||||
# Thu Apr 22 14:23:56 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:33:40 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -179,29 +180,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -218,6 +227,7 @@ CT_ARCH_BINFMT_FDPIC=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -235,6 +245,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -256,17 +267,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -281,6 +288,19 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -288,11 +308,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.2"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -308,17 +330,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -326,7 +348,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -355,6 +388,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1932_93b475e432de
|
||||
# Thu Apr 22 15:37:12 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:33:50 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -180,29 +181,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -219,6 +228,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -244,6 +254,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -265,18 +276,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -291,6 +298,20 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -298,11 +319,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.2"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -318,17 +341,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -336,7 +359,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -376,6 +410,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -396,7 +431,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
CT_GMP_TARGET=y
|
||||
CT_MPFR_TARGET=y
|
||||
CT_LIBELF_TARGET=y
|
||||
@ -407,6 +441,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -423,10 +458,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# libelf version needed to build for target
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_e938c05feee6
|
||||
# Sat Apr 24 23:48:55 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:34:13 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -180,29 +181,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -219,6 +228,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -244,6 +254,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -265,18 +276,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -291,6 +298,20 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -298,6 +319,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -315,6 +337,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -332,8 +355,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -341,7 +366,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -381,6 +408,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -412,6 +440,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -428,6 +457,7 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
# CT_MPC_V_0_8_2 is not set
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@2019_7cf1a785f441
|
||||
# Sun Jul 11 15:01:11 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:34:17 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -13,7 +14,7 @@
|
||||
# crosstool-NG behavior
|
||||
#
|
||||
# CT_OBSOLETE is not set
|
||||
# CT_EXPERIMENTAL is not set
|
||||
CT_EXPERIMENTAL=y
|
||||
# CT_DEBUG_CT is not set
|
||||
|
||||
#
|
||||
@ -253,17 +254,11 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -277,6 +272,23 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
# CT_CC_LANG_ADA is not set
|
||||
# CT_CC_LANG_OBJC is not set
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
@ -310,20 +322,15 @@ 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=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"
|
||||
# CT_MINGW_DIRECTX is not set
|
||||
# CT_MINGW_OPENGL is not set
|
||||
# CT_MINGW_PDCURSES is not set
|
||||
# CT_MINGW_GNURX is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -365,3 +372,18 @@ CT_MPFR_VERSION="2.4.1"
|
||||
#
|
||||
# CT_COMPLIBS_CHECK is not set
|
||||
# CT_COMPLIBS_SHARED is not set
|
||||
|
||||
#
|
||||
# Companion tools
|
||||
#
|
||||
|
||||
#
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_14534a1b1eda
|
||||
# Sun Apr 25 13:00:07 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:34:25 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -179,29 +180,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.27.46"
|
||||
CT_KERNEL_VERSION="2.6.27.48"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
CT_KERNEL_V_2_6_27_46=y
|
||||
CT_KERNEL_V_2_6_27_48=y
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -218,6 +227,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -240,6 +250,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="3.4.6"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -261,12 +272,8 @@ CT_CC_V_3_4_6=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
# CT_CC_GCC_USE_GMP_MPFR is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
@ -288,6 +295,19 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -295,6 +315,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.3.6"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -312,6 +333,7 @@ CT_LIBC_GLIBC_TARBALL=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
CT_LIBC_V_2_3_6=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -328,9 +350,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.46"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.48"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -338,7 +362,9 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -367,3 +393,9 @@ CT_THREADS_LINUXTHREADS=y
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1930_da249ff79319
|
||||
# Thu Apr 22 09:19:17 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:43:36 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -176,12 +177,15 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -197,6 +201,7 @@ CT_ARCH_BINFMT_FLAT=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -221,6 +226,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -242,12 +248,12 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -260,22 +266,37 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
#
|
||||
# CT_CC_LANG_CXX is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="none"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
CT_LIBC_none=y
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
@ -305,6 +326,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -326,3 +348,9 @@ CT_MPFR_VERSION="2.4.2"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_ef99991711c1
|
||||
# Sat Apr 24 20:19:09 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:34:02 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -191,29 +192,37 @@ CT_TARGET_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -230,6 +239,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -252,6 +262,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -273,17 +284,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -302,6 +309,19 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -309,6 +329,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -326,6 +347,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -343,8 +365,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -352,7 +376,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
# CT_LIBC_XLDD is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -381,6 +407,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
# CT_MPFR_V_2_4_2 is not set
|
||||
CT_MPFR_V_2_4_1=y
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -402,3 +429,9 @@ CT_MPFR_VERSION="2.4.1"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,7 +1,25 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:34:41 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
#
|
||||
|
||||
#
|
||||
# crosstool-NG behavior
|
||||
#
|
||||
# CT_OBSOLETE is not set
|
||||
CT_EXPERIMENTAL=y
|
||||
# CT_DEBUG_CT is not set
|
||||
|
||||
#
|
||||
# Paths
|
||||
#
|
||||
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_WORK_DIR="${CT_TOP_DIR}/targets"
|
||||
@ -9,12 +27,20 @@ CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
|
||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||
CT_REMOVE_DOCS=y
|
||||
CT_INSTALL_DIR_RO=y
|
||||
|
||||
#
|
||||
# Downloading
|
||||
#
|
||||
# CT_FORBID_DOWNLOAD is not set
|
||||
# CT_FORCE_DOWNLOAD is not set
|
||||
# CT_USE_MIRROR is not set
|
||||
CT_CONNECT_TIMEOUT=10
|
||||
CT_DOWNLOAD_MAX_CHUNKS=5
|
||||
# CT_ONLY_DOWNLOAD is not set
|
||||
|
||||
#
|
||||
# Extracting
|
||||
#
|
||||
# CT_FORCE_EXTRACT is not set
|
||||
CT_OVERIDE_CONFIG_GUESS_SUB=y
|
||||
# CT_ONLY_EXTRACT is not set
|
||||
@ -28,6 +54,10 @@ CT_PATCH_BUNDLED=y
|
||||
CT_PATCH_ORDER="bundled"
|
||||
# CT_PATCH_SINGLE is not set
|
||||
# CT_PATCH_USE_LOCAL is not set
|
||||
|
||||
#
|
||||
# Build behavior
|
||||
#
|
||||
CT_PARALLEL_JOBS=1
|
||||
CT_LOAD=0
|
||||
CT_USE_PIPES=y
|
||||
@ -36,6 +66,10 @@ CT_USE_PIPES=y
|
||||
CT_CONFIG_SHELL_BASH=y
|
||||
# CT_CONFIG_SHELL_CUSTOM is not set
|
||||
CT_CONFIG_SHELL="bash"
|
||||
|
||||
#
|
||||
# Logging
|
||||
#
|
||||
# CT_LOG_ERROR is not set
|
||||
# CT_LOG_WARN is not set
|
||||
# CT_LOG_INFO is not set
|
||||
@ -47,6 +81,10 @@ CT_LOG_LEVEL_MAX="EXTRA"
|
||||
CT_LOG_PROGRESS_BAR=y
|
||||
CT_LOG_TO_FILE=y
|
||||
CT_LOG_FILE_COMPRESS=y
|
||||
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="mips"
|
||||
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
@ -74,6 +112,10 @@ CT_ARCH_BITNESS=32
|
||||
CT_ARCH_FLOAT_SW=y
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
|
||||
#
|
||||
# General target options
|
||||
#
|
||||
# CT_ARCH_alpha is not set
|
||||
# CT_ARCH_arm is not set
|
||||
# CT_ARCH_avr32 is not set
|
||||
@ -97,47 +139,96 @@ CT_ARCH_s390_AVAILABLE=y
|
||||
CT_ARCH_sh_AVAILABLE=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
CT_ARCH_USE_MMU=y
|
||||
|
||||
#
|
||||
# Target optimisations
|
||||
#
|
||||
|
||||
#
|
||||
# Toolchain options
|
||||
#
|
||||
|
||||
#
|
||||
# General toolchain options
|
||||
#
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SYSROOT_DIR_PREFIX=""
|
||||
|
||||
#
|
||||
# Tuple completion and aliasing
|
||||
#
|
||||
CT_TARGET_VENDOR="ar2315"
|
||||
CT_TARGET_ALIAS_SED_EXPR=""
|
||||
CT_TARGET_ALIAS=""
|
||||
|
||||
#
|
||||
# Toolchain type
|
||||
#
|
||||
# CT_NATIVE is not set
|
||||
CT_CROSS=y
|
||||
# CT_CROSS_NATIVE is not set
|
||||
# CT_CANADIAN is not set
|
||||
CT_TOOLCHAIN_TYPE="cross"
|
||||
|
||||
#
|
||||
# Build system
|
||||
#
|
||||
CT_BUILD=""
|
||||
CT_BUILD_PREFIX=""
|
||||
CT_BUILD_SUFFIX=""
|
||||
|
||||
#
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
#
|
||||
CT_SHARED_LIBS=y
|
||||
|
||||
#
|
||||
# Binary utilities
|
||||
#
|
||||
CT_ARCH_BINFMT_ELF=y
|
||||
# CT_ARCH_BINFMT_FLAT is not set
|
||||
# CT_ARCH_BINFMT_FDPIC is not set
|
||||
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -147,11 +238,20 @@ CT_BINUTILS_V_2_19_1=y
|
||||
CT_BINUTILS_VERSION="2.19.1"
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
# CT_BINUTILS_FOR_TARGET is not set
|
||||
|
||||
#
|
||||
# sstrip
|
||||
#
|
||||
CT_SSTRIP=y
|
||||
|
||||
#
|
||||
# C compiler
|
||||
#
|
||||
CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -173,23 +273,23 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
CT_CC_SUPPORT_ADA=y
|
||||
CT_CC_SUPPORT_OBJC=y
|
||||
CT_CC_SUPPORT_OBJCXX=y
|
||||
|
||||
#
|
||||
# Additional supported languages:
|
||||
#
|
||||
CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
@ -197,10 +297,28 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJC is not set
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="eglibc"
|
||||
CT_LIBC_VERSION="2_9"
|
||||
CT_LIBC_eglibc=y
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -217,26 +335,63 @@ CT_EGLIBC_REVISION="{2009-07-21}"
|
||||
# CT_EGLIBC_OPT_SIZE is not set
|
||||
# CT_EGLIBC_CUSTOM_CONFIG is not set
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
|
||||
#
|
||||
# glibc/eglibc common options
|
||||
#
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_LIBC_GLIBC_CONFIGPARMS=""
|
||||
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
|
||||
CT_LIBC_EXTRA_CC_ARGS=""
|
||||
CT_LIBC_GLIBC_USE_PORTS=y
|
||||
CT_LIBC_ADDONS_LIST=""
|
||||
|
||||
#
|
||||
# WARNING !!!
|
||||
#
|
||||
|
||||
#
|
||||
# For glibc >= 2.8, it can happen that the tarballs
|
||||
#
|
||||
|
||||
#
|
||||
# for the addons are not available for download.
|
||||
#
|
||||
|
||||
#
|
||||
# If that happens, bad luck... Try a previous version
|
||||
#
|
||||
|
||||
#
|
||||
# or try again later... :-(
|
||||
#
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
|
||||
CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.25"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.25"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
#
|
||||
CT_DEBUG_dmalloc=y
|
||||
CT_DMALLOC_V_5_5_2=y
|
||||
CT_DMALLOC_VERSION="5.5.2"
|
||||
@ -256,12 +411,21 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
# CT_STRACE_V_4_5_16 is not set
|
||||
# CT_STRACE_V_4_5_15 is not set
|
||||
CT_STRACE_VERSION="4.5.19"
|
||||
|
||||
#
|
||||
# Companion libraries
|
||||
#
|
||||
|
||||
#
|
||||
# FIXME: check real dependencies!!!
|
||||
#
|
||||
CT_COMPLIBS=y
|
||||
# CT_WRAPPER_NEEDED is not set
|
||||
CT_GMP=y
|
||||
@ -273,12 +437,31 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
# CT_MPFR_V_2_3_2 is not set
|
||||
# CT_MPFR_V_2_3_1 is not set
|
||||
CT_MPFR_VERSION="2.4.2"
|
||||
|
||||
#
|
||||
# Companion libraries common options
|
||||
#
|
||||
# CT_COMPLIBS_CHECK is not set
|
||||
# CT_COMPLIBS_SHARED is not set
|
||||
|
||||
#
|
||||
# Companion tools
|
||||
#
|
||||
|
||||
#
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1930_252a3047668c
|
||||
# Thu Apr 22 09:48:28 2010
|
||||
# crosstool-NG version: hg_default@2055_efdb38c7f4df
|
||||
# Fri Jul 30 23:43:46 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -180,12 +181,15 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -201,6 +205,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -222,6 +227,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -243,12 +249,12 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -259,7 +265,18 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
#
|
||||
# Additional supported languages:
|
||||
#
|
||||
CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_CXX is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
@ -267,16 +284,20 @@ CT_CC_LANG_CXX=y
|
||||
CT_LIBC="none"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
CT_LIBC_none=y
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
@ -323,23 +344,13 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
# CT_MPFR_V_2_3_2 is not set
|
||||
# CT_MPFR_V_2_3_1 is not set
|
||||
CT_MPFR_VERSION="2.4.2"
|
||||
# CT_PPL_V_0_10_2 is not set
|
||||
# CT_CLOOG_V_0_15_9 is not set
|
||||
# CT_CLOOG_V_0_15_8 is not set
|
||||
# CT_CLOOG_V_0_15_7 is not set
|
||||
# CT_CLOOG_V_0_15_6 is not set
|
||||
# CT_CLOOG_V_0_15_5 is not set
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
# CT_MPC_V_0_8_1 is not set
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
|
||||
#
|
||||
# Companion libraries common options
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_f83abd5dd978+
|
||||
# Sun Apr 25 16:55:28 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:35:01 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -182,29 +183,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -221,6 +230,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -246,6 +256,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -267,17 +278,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -292,6 +299,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -299,11 +319,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.1"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -319,17 +341,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -337,7 +359,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -371,6 +404,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -398,6 +432,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1936_f83abd5dd978+
|
||||
# Sun Apr 25 17:53:08 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:35:07 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -182,29 +183,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -221,6 +230,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -246,6 +256,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -267,17 +278,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -292,6 +299,19 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -299,6 +319,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -316,6 +337,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -352,9 +374,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -362,7 +386,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -396,6 +422,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -423,6 +450,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1939_371a7904d694+
|
||||
# Thu Apr 29 21:23:06 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:35:17 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -179,29 +180,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -218,6 +227,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -243,6 +253,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -264,18 +275,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -290,6 +297,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -297,6 +317,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -314,6 +335,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -350,9 +372,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -360,7 +384,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -415,6 +441,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1939_371a7904d694+
|
||||
# Thu Apr 29 21:24:57 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:35:50 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -181,29 +182,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -220,6 +229,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -245,6 +255,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -266,17 +277,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG="--with-cpu=860 --enable-cxx-flags=-mcpu=860 --with-float=soft --enable-cxx-flags=-msoft-float"
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -291,6 +298,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -298,6 +318,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -315,6 +336,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -351,9 +373,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -361,7 +385,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -385,6 +411,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -412,6 +439,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1939_98c3d2b2b28f
|
||||
# Thu Apr 29 22:53:45 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:35:54 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -181,29 +182,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -220,6 +229,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -242,6 +252,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -263,18 +274,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG="--with-long-double-128"
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -293,6 +300,19 @@ CT_CC_LANG_JAVA=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -300,6 +320,7 @@ CT_LIBC="eglibc"
|
||||
CT_LIBC_VERSION="2_9"
|
||||
CT_LIBC_eglibc=y
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -316,6 +337,7 @@ CT_EGLIBC_CHECKOUT=y
|
||||
# CT_EGLIBC_OPT_SIZE is not set
|
||||
# CT_EGLIBC_CUSTOM_CONFIG is not set
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -352,9 +374,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -362,7 +386,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -391,6 +417,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -412,3 +439,9 @@ CT_MPFR_VERSION="2.4.2"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1941_79f1636bac2e
|
||||
# Fri Apr 30 09:05:48 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:03 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -181,29 +182,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -220,6 +229,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -245,6 +255,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -266,18 +277,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -292,6 +299,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -299,6 +319,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -316,6 +337,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -332,9 +354,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -342,7 +366,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -376,6 +402,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -403,6 +430,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1941_96cc9803d524
|
||||
# Fri Apr 30 11:25:43 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:07 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -181,29 +182,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -220,6 +229,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -245,6 +255,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.2.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -266,12 +277,8 @@ CT_CC_GCC_4_2_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
# CT_CC_GCC_USE_GMP_MPFR is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
@ -289,6 +296,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -296,11 +316,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.1"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -316,17 +338,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -334,7 +356,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -368,6 +401,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -401,6 +435,7 @@ CT_GMP_VERSION="4.3.2"
|
||||
#
|
||||
# MPFR version needed to build for target
|
||||
#
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1941_896cd12aa6fc
|
||||
# Fri Apr 30 13:42:37 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:11 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -181,29 +182,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -220,6 +229,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -245,6 +255,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -266,18 +277,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -292,6 +299,19 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -299,6 +319,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -316,6 +337,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -352,9 +374,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -362,7 +386,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -396,6 +422,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -423,6 +450,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1939_38edd9ab422c
|
||||
# Thu Apr 29 22:04:52 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:18 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -181,29 +182,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -220,6 +229,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -245,6 +255,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -266,18 +277,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -296,6 +303,19 @@ CT_CC_LANG_JAVA=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -303,6 +323,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -320,6 +341,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -336,9 +358,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -346,7 +370,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -380,6 +406,7 @@ CT_GDB_V_6_8=y
|
||||
CT_GDB_VERSION="6.8"
|
||||
# CT_DEBUG_ltrace is not set
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -407,6 +434,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -431,3 +459,9 @@ CT_TOOLS_WRAPPER="script"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1939_2ba153295f5c
|
||||
# Thu Apr 29 00:06:28 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:23 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -176,29 +177,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -215,6 +224,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -237,6 +247,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -258,17 +269,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -287,6 +294,19 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -294,6 +314,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -311,6 +332,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -327,9 +349,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -337,7 +361,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -366,6 +392,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -387,3 +414,9 @@ CT_MPFR_VERSION="2.4.2"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1938_e8ff1258cd44
|
||||
# Wed Apr 28 22:25:25 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:28 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -176,29 +177,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.31.13"
|
||||
CT_KERNEL_VERSION="2.6.31.14"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
CT_KERNEL_V_2_6_31_13=y
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
CT_KERNEL_V_2_6_31_14=y
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -215,6 +224,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
CT_BINUTILS_V_2_19_1=y
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -237,6 +247,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.4"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -258,17 +269,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -287,6 +294,19 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -294,6 +314,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -311,6 +332,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -327,9 +349,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.13"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -337,7 +361,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -366,6 +392,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -390,3 +417,9 @@ CT_TOOLS_WRAPPER="script"
|
||||
# READ HELP before you say 'Y' below !!!
|
||||
#
|
||||
# CT_COMP_TOOLS is not set
|
||||
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
# CT_TEST_SUITE is not set
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1937_7d7e3d25e4fc
|
||||
# Sun Apr 25 18:43:10 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:33 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -183,29 +184,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.27.46"
|
||||
CT_KERNEL_VERSION="2.6.27.48"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
# CT_KERNEL_V_2_6_33_2 is not set
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
CT_KERNEL_V_2_6_27_46=y
|
||||
CT_KERNEL_V_2_6_27_48=y
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -222,6 +231,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
# CT_BINUTILS_V_2_20 is not set
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
CT_BINUTILS_V_2_19=y
|
||||
@ -244,6 +254,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.3.2"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
# CT_CC_V_4_4_3 is not set
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -265,17 +276,13 @@ CT_CC_GCC_4_3_or_later=y
|
||||
# CT_CC_GCC_4_4_or_later is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
# CT_CC_GCC_USE_PPL_CLOOG_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
# CT_CC_GCC_USE_PPL_CLOOG is not set
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -290,6 +297,19 @@ CT_CC_LANG_CXX=y
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -297,6 +317,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -314,6 +335,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -330,9 +352,11 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.46"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.48"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -340,7 +364,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -369,6 +395,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1937_5897efe3769e
|
||||
# Mon Apr 26 09:06:08 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:42 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -180,29 +181,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -219,6 +228,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -244,6 +254,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -265,18 +276,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -291,6 +298,20 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -298,6 +319,7 @@ CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -315,6 +337,7 @@ CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -332,8 +355,10 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.33.2"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
@ -341,7 +366,9 @@ CT_THREADS="nptl"
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -381,6 +408,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -401,7 +429,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
CT_MPC=y
|
||||
CT_GMP_TARGET=y
|
||||
CT_MPFR_TARGET=y
|
||||
CT_LIBELF_TARGET=y
|
||||
@ -412,6 +439,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -428,10 +456,6 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
CT_MPC_VERSION="0.8.1"
|
||||
|
||||
#
|
||||
# libelf version needed to build for target
|
||||
|
@ -1,9 +1,10 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1937_7d7e3d25e4fc
|
||||
# Sun Apr 25 18:45:28 2010
|
||||
# crosstool-NG version: hg_default@2054_fb4bba062948
|
||||
# Fri Jul 30 23:36:49 2010
|
||||
#
|
||||
# CT_BACKEND is not set
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
@ -180,29 +181,37 @@ CT_BUILD_SUFFIX=""
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.33.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_34_1 is not set
|
||||
# CT_KERNEL_V_2_6_34 is not set
|
||||
# CT_KERNEL_V_2_6_33_6 is not set
|
||||
# CT_KERNEL_V_2_6_33_5 is not set
|
||||
# CT_KERNEL_V_2_6_33_4 is not set
|
||||
# CT_KERNEL_V_2_6_33_3 is not set
|
||||
CT_KERNEL_V_2_6_33_2=y
|
||||
# CT_KERNEL_V_2_6_33_1 is not set
|
||||
# CT_KERNEL_V_2_6_33 is not set
|
||||
# CT_KERNEL_V_2_6_32_11 is not set
|
||||
# CT_KERNEL_V_2_6_31_13 is not set
|
||||
# CT_KERNEL_V_2_6_32_16 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_30_10 is not set
|
||||
# CT_KERNEL_V_2_6_29_6 is not set
|
||||
# CT_KERNEL_V_2_6_28_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_46 is not set
|
||||
# CT_KERNEL_V_2_6_27_48 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@ -219,6 +228,7 @@ CT_ARCH_BINFMT_ELF=y
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
@ -244,6 +254,7 @@ CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
@ -265,18 +276,14 @@ CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG_MPC=y
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
|
||||
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC_LIBELF is not set
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_LANG_JAVA_USE_ECJ=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@ -291,6 +298,20 @@ CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
@ -298,11 +319,13 @@ CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.2"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
@ -318,17 +341,17 @@ CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
@ -336,7 +359,18 @@ CT_THREADS="linuxthreads"
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@ -376,6 +410,7 @@ CT_LTRACE_V_0_5_3=y
|
||||
CT_LTRACE_VERSION="0.5.3"
|
||||
CT_LTRACE_0_5_3_or_later=y
|
||||
CT_DEBUG_strace=y
|
||||
# CT_STRACE_V_4_5_20 is not set
|
||||
CT_STRACE_V_4_5_19=y
|
||||
# CT_STRACE_V_4_5_18 is not set
|
||||
# CT_STRACE_V_4_5_17 is not set
|
||||
@ -407,6 +442,7 @@ CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
@ -423,6 +459,7 @@ CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_4 is not set
|
||||
# CT_CLOOG_V_0_15_3 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
# CT_MPC_V_0_8_2 is not set
|
||||
CT_MPC_V_0_8_1=y
|
||||
# CT_MPC_V_0_7 is not set
|
||||
# CT_MPC_V_0_6 is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user