build: update xtools configurations
Update the crosstool-ng .config files to build the most recent gcc compiler (5.2.0) and update the configuration of the xtools variant to use this compiler. Change-Id: I8c895943a9db8637abf294da36df35040ae7527f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6fa8588145
commit
4cc935d4f0
3 changed files with 212 additions and 165 deletions
|
@ -3,12 +3,12 @@ $(error XTOOLS_TOOLCHAIN_PATH is not set)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CROSS_COMPILE_TARGET_arm = arm-none-eabi
|
CROSS_COMPILE_TARGET_arm = arm-none-eabi
|
||||||
CROSS_COMPILE_arm_version ?= 4.8.3
|
CROSS_COMPILE_arm_version ?= 5.2.0
|
||||||
CROSS_COMPILE_arm=${XTOOLS_TOOLCHAIN_PATH}/${CROSS_COMPILE_TARGET_arm}/bin/${CROSS_COMPILE_TARGET_arm}-
|
CROSS_COMPILE_arm=${XTOOLS_TOOLCHAIN_PATH}/${CROSS_COMPILE_TARGET_arm}/bin/${CROSS_COMPILE_TARGET_arm}-
|
||||||
|
|
||||||
|
|
||||||
CROSS_COMPILE_TARGET_x86 = i586-pc-elf
|
CROSS_COMPILE_TARGET_x86 = i586-pc-elf
|
||||||
CROSS_COMPILE_x86_version ?= 4.8.0
|
CROSS_COMPILE_x86_version ?= 5.2.0
|
||||||
CROSS_COMPILE_x86=${XTOOLS_TOOLCHAIN_PATH}/${CROSS_COMPILE_TARGET_x86}/bin/${CROSS_COMPILE_TARGET_x86}-
|
CROSS_COMPILE_x86=${XTOOLS_TOOLCHAIN_PATH}/${CROSS_COMPILE_TARGET_x86}/bin/${CROSS_COMPILE_TARGET_x86}-
|
||||||
|
|
||||||
CROSS_COMPILE= $(CROSS_COMPILE_$(ARCH))
|
CROSS_COMPILE= $(CROSS_COMPILE_$(ARCH))
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# crosstool-NG 1.20.0 Configuration
|
# Crosstool-NG Configuration
|
||||||
# Fri Nov 21 10:55:38 2014
|
|
||||||
#
|
#
|
||||||
CT_CONFIGURE_has_make381=y
|
|
||||||
CT_CONFIGURE_has_xz=y
|
CT_CONFIGURE_has_xz=y
|
||||||
|
CT_CONFIGURE_has_cvs=y
|
||||||
|
CT_CONFIGURE_has_svn=y
|
||||||
CT_MODULES=y
|
CT_MODULES=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -21,15 +21,16 @@ CT_MODULES=y
|
||||||
#
|
#
|
||||||
# Paths
|
# Paths
|
||||||
#
|
#
|
||||||
CT_LOCAL_TARBALLS_DIR="${HOME}/cross-src"
|
CT_LOCAL_TARBALLS_DIR="${HOME}/xtools/src"
|
||||||
CT_SAVE_TARBALLS=y
|
CT_SAVE_TARBALLS=y
|
||||||
CT_WORK_DIR="${CT_TOP_DIR}/.build"
|
CT_WORK_DIR="${CT_TOP_DIR}/.build"
|
||||||
CT_PREFIX_DIR="/opt/crosstool-ng/${CT_TARGET}"
|
CT_PREFIX_DIR="${HOME}/xtools/build/${CT_TARGET}"
|
||||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||||
CT_RM_RF_PREFIX_DIR=y
|
CT_RM_RF_PREFIX_DIR=y
|
||||||
CT_REMOVE_DOCS=y
|
CT_REMOVE_DOCS=y
|
||||||
CT_INSTALL_DIR_RO=y
|
CT_INSTALL_DIR_RO=y
|
||||||
CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
|
CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y
|
||||||
|
# CT_STRIP_TARGET_TOOLCHAIN_EXECUTABLES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Downloading
|
# Downloading
|
||||||
|
@ -118,27 +119,29 @@ CT_TARGET_CFLAGS=""
|
||||||
CT_TARGET_LDFLAGS=""
|
CT_TARGET_LDFLAGS=""
|
||||||
# CT_ARCH_alpha is not set
|
# CT_ARCH_alpha is not set
|
||||||
CT_ARCH_arm=y
|
CT_ARCH_arm=y
|
||||||
# CT_ARCH_avr32 is not set
|
# CT_ARCH_avr is not set
|
||||||
# CT_ARCH_blackfin is not set
|
|
||||||
# CT_ARCH_m68k is not set
|
# CT_ARCH_m68k is not set
|
||||||
# CT_ARCH_mips is not set
|
# CT_ARCH_mips is not set
|
||||||
|
# CT_ARCH_nios2 is not set
|
||||||
# CT_ARCH_powerpc is not set
|
# CT_ARCH_powerpc is not set
|
||||||
# CT_ARCH_s390 is not set
|
# CT_ARCH_s390 is not set
|
||||||
# CT_ARCH_sh is not set
|
# CT_ARCH_sh is not set
|
||||||
# CT_ARCH_sparc is not set
|
# CT_ARCH_sparc is not set
|
||||||
# CT_ARCH_x86 is not set
|
# CT_ARCH_x86 is not set
|
||||||
|
# CT_ARCH_xtensa is not set
|
||||||
CT_ARCH_alpha_AVAILABLE=y
|
CT_ARCH_alpha_AVAILABLE=y
|
||||||
CT_ARCH_arm_AVAILABLE=y
|
CT_ARCH_arm_AVAILABLE=y
|
||||||
CT_ARCH_avr32_AVAILABLE=y
|
CT_ARCH_avr_AVAILABLE=y
|
||||||
CT_ARCH_blackfin_AVAILABLE=y
|
|
||||||
CT_ARCH_m68k_AVAILABLE=y
|
CT_ARCH_m68k_AVAILABLE=y
|
||||||
CT_ARCH_microblaze_AVAILABLE=y
|
CT_ARCH_microblaze_AVAILABLE=y
|
||||||
CT_ARCH_mips_AVAILABLE=y
|
CT_ARCH_mips_AVAILABLE=y
|
||||||
|
CT_ARCH_nios2_AVAILABLE=y
|
||||||
CT_ARCH_powerpc_AVAILABLE=y
|
CT_ARCH_powerpc_AVAILABLE=y
|
||||||
CT_ARCH_s390_AVAILABLE=y
|
CT_ARCH_s390_AVAILABLE=y
|
||||||
CT_ARCH_sh_AVAILABLE=y
|
CT_ARCH_sh_AVAILABLE=y
|
||||||
CT_ARCH_sparc_AVAILABLE=y
|
CT_ARCH_sparc_AVAILABLE=y
|
||||||
CT_ARCH_x86_AVAILABLE=y
|
CT_ARCH_x86_AVAILABLE=y
|
||||||
|
CT_ARCH_xtensa_AVAILABLE=y
|
||||||
CT_ARCH_SUFFIX=""
|
CT_ARCH_SUFFIX=""
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -151,6 +154,7 @@ CT_ARCH_ENDIAN="little"
|
||||||
#
|
#
|
||||||
# Target optimisations
|
# Target optimisations
|
||||||
#
|
#
|
||||||
|
CT_ARCH_EXCLUSIVE_WITH_CPU=y
|
||||||
# CT_ARCH_FLOAT_AUTO is not set
|
# CT_ARCH_FLOAT_AUTO is not set
|
||||||
# CT_ARCH_FLOAT_SOFTFP is not set
|
# CT_ARCH_FLOAT_SOFTFP is not set
|
||||||
CT_ARCH_FLOAT="soft"
|
CT_ARCH_FLOAT="soft"
|
||||||
|
@ -232,6 +236,12 @@ CT_BINUTILS_binutils=y
|
||||||
#
|
#
|
||||||
# GNU binutils
|
# GNU binutils
|
||||||
#
|
#
|
||||||
|
# CT_CC_BINUTILS_SHOW_LINARO is not set
|
||||||
|
# CT_BINUTILS_V_2_25_1 is not set
|
||||||
|
# CT_BINUTILS_V_2_25 is not set
|
||||||
|
# CT_BINUTILS_V_2_24 is not set
|
||||||
|
# CT_BINUTILS_V_2_23_2 is not set
|
||||||
|
# CT_BINUTILS_V_2_23_1 is not set
|
||||||
CT_BINUTILS_V_2_22=y
|
CT_BINUTILS_V_2_22=y
|
||||||
# CT_BINUTILS_V_2_21_53 is not set
|
# CT_BINUTILS_V_2_21_53 is not set
|
||||||
# CT_BINUTILS_V_2_21_1a is not set
|
# CT_BINUTILS_V_2_21_1a is not set
|
||||||
|
@ -247,6 +257,7 @@ CT_BINUTILS_2_18_or_later=y
|
||||||
CT_BINUTILS_HAS_HASH_STYLE=y
|
CT_BINUTILS_HAS_HASH_STYLE=y
|
||||||
CT_BINUTILS_HAS_GOLD=y
|
CT_BINUTILS_HAS_GOLD=y
|
||||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||||
|
CT_BINUTILS_GOLD_SUPPORT=y
|
||||||
CT_BINUTILS_HAS_PLUGINS=y
|
CT_BINUTILS_HAS_PLUGINS=y
|
||||||
CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
|
CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
|
||||||
CT_BINUTILS_LINKER_LD=y
|
CT_BINUTILS_LINKER_LD=y
|
||||||
|
@ -265,69 +276,75 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||||
#
|
#
|
||||||
# C-library
|
# C-library
|
||||||
#
|
#
|
||||||
CT_LIBC="none"
|
CT_LIBC="newlib"
|
||||||
# CT_LIBC_newlib is not set
|
CT_LIBC_VERSION="2.2.0"
|
||||||
CT_LIBC_none=y
|
CT_LIBC_newlib=y
|
||||||
CT_LIBC_eglibc_AVAILABLE=y
|
# CT_LIBC_none is not set
|
||||||
CT_THREADS="none"
|
CT_LIBC_avr_libc_AVAILABLE=y
|
||||||
CT_LIBC_glibc_AVAILABLE=y
|
CT_LIBC_glibc_AVAILABLE=y
|
||||||
|
CT_THREADS="none"
|
||||||
CT_LIBC_mingw_AVAILABLE=y
|
CT_LIBC_mingw_AVAILABLE=y
|
||||||
CT_LIBC_musl_AVAILABLE=y
|
CT_LIBC_musl_AVAILABLE=y
|
||||||
CT_LIBC_newlib_AVAILABLE=y
|
CT_LIBC_newlib_AVAILABLE=y
|
||||||
|
# CT_CC_NEWLIB_SHOW_LINARO is not set
|
||||||
|
CT_LIBC_NEWLIB_V_2_2_0=y
|
||||||
|
# CT_LIBC_NEWLIB_V_2_1_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_2_0_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_20_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_19_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_18_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_17_0 is not set
|
||||||
|
CT_LIBC_NEWLIB_2_2=y
|
||||||
|
CT_LIBC_NEWLIB_2_2_or_later=y
|
||||||
|
CT_LIBC_NEWLIB_2_1_or_later=y
|
||||||
|
CT_LIBC_NEWLIB_2_0_or_later=y
|
||||||
|
CT_LIBC_NEWLIB_TARGET_CFLAGS=""
|
||||||
CT_LIBC_none_AVAILABLE=y
|
CT_LIBC_none_AVAILABLE=y
|
||||||
CT_LIBC_uClibc_AVAILABLE=y
|
CT_LIBC_uClibc_AVAILABLE=y
|
||||||
|
CT_LIBC_SUPPORT_THREADS_NONE=y
|
||||||
|
CT_LIBC_PROVIDES_CXA_ATEXIT=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Common C library options
|
||||||
|
#
|
||||||
|
CT_THREADS_NONE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# newlib other options
|
||||||
|
#
|
||||||
|
# CT_LIBC_NEWLIB_IO_C99FMT is not set
|
||||||
|
# CT_LIBC_NEWLIB_IO_LL is not set
|
||||||
|
# CT_LIBC_NEWLIB_IO_FLOAT is not set
|
||||||
|
# CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS is not set
|
||||||
|
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
|
||||||
|
CT_LIBC_NEWLIB_EXTRA_CONFIG_ARRAY=""
|
||||||
|
|
||||||
#
|
#
|
||||||
# C compiler
|
# C compiler
|
||||||
#
|
#
|
||||||
CT_CC="gcc"
|
CT_CC="gcc"
|
||||||
CT_CC_VERSION="4.8.3"
|
CT_CC_CORE_PASS_2_NEEDED=y
|
||||||
CT_CC_gcc=y
|
CT_CC_gcc=y
|
||||||
# CT_CC_GCC_SHOW_LINARO is not set
|
# CT_CC_GCC_SHOW_LINARO is not set
|
||||||
# CT_CC_V_4_9_1 is not set
|
CT_CC_GCC_V_5_2_0=y
|
||||||
# CT_CC_V_4_9_0 is not set
|
# CT_CC_GCC_V_4_9_3 is not set
|
||||||
CT_CC_V_4_8_3=y
|
# CT_CC_GCC_V_4_8_5 is not set
|
||||||
# CT_CC_V_4_8_2 is not set
|
# CT_CC_GCC_V_4_7_4 is not set
|
||||||
# CT_CC_V_4_8_1 is not set
|
# CT_CC_GCC_V_4_6_4 is not set
|
||||||
# CT_CC_V_4_8_0 is not set
|
# CT_CC_GCC_V_4_5_4 is not set
|
||||||
# CT_CC_V_4_7_4 is not set
|
# CT_CC_GCC_V_4_4_7 is not set
|
||||||
# CT_CC_V_4_7_3 is not set
|
# CT_CC_GCC_V_4_3_6 is not set
|
||||||
# CT_CC_V_4_7_2 is not set
|
# CT_CC_GCC_V_4_2_4 is not set
|
||||||
# CT_CC_V_4_7_1 is not set
|
|
||||||
# CT_CC_V_4_7_0 is not set
|
|
||||||
# CT_CC_V_4_6_4 is not set
|
|
||||||
# CT_CC_V_4_6_3 is not set
|
|
||||||
# CT_CC_V_4_6_2 is not set
|
|
||||||
# CT_CC_V_4_6_1 is not set
|
|
||||||
# CT_CC_V_4_6_0 is not set
|
|
||||||
# CT_CC_V_4_5_3 is not set
|
|
||||||
# CT_CC_V_4_5_2 is not set
|
|
||||||
# CT_CC_V_4_5_1 is not set
|
|
||||||
# CT_CC_V_4_5_0 is not set
|
|
||||||
# CT_CC_V_4_4_7 is not set
|
|
||||||
# CT_CC_V_4_4_6 is not set
|
|
||||||
# CT_CC_V_4_4_5 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
|
|
||||||
# CT_CC_V_4_4_0 is not set
|
|
||||||
# CT_CC_V_4_3_6 is not set
|
|
||||||
# CT_CC_V_4_3_5 is not set
|
|
||||||
# CT_CC_V_4_3_4 is not set
|
|
||||||
# CT_CC_V_4_3_3 is not set
|
|
||||||
# CT_CC_V_4_3_2 is not set
|
|
||||||
# CT_CC_V_4_3_1 is not set
|
|
||||||
# CT_CC_V_4_2_4 is not set
|
|
||||||
# CT_CC_V_4_2_2 is not set
|
|
||||||
CT_CC_GCC_4_2_or_later=y
|
CT_CC_GCC_4_2_or_later=y
|
||||||
CT_CC_GCC_4_3_or_later=y
|
CT_CC_GCC_4_3_or_later=y
|
||||||
CT_CC_GCC_4_4_or_later=y
|
CT_CC_GCC_4_4_or_later=y
|
||||||
CT_CC_GCC_4_5_or_later=y
|
CT_CC_GCC_4_5_or_later=y
|
||||||
CT_CC_GCC_4_6_or_later=y
|
CT_CC_GCC_4_6_or_later=y
|
||||||
CT_CC_GCC_4_7_or_later=y
|
CT_CC_GCC_4_7_or_later=y
|
||||||
CT_CC_GCC_4_8=y
|
|
||||||
CT_CC_GCC_4_8_or_later=y
|
CT_CC_GCC_4_8_or_later=y
|
||||||
|
CT_CC_GCC_4_9_or_later=y
|
||||||
|
CT_CC_GCC_5=y
|
||||||
|
CT_CC_GCC_5_or_later=y
|
||||||
CT_CC_GCC_HAS_GRAPHITE=y
|
CT_CC_GCC_HAS_GRAPHITE=y
|
||||||
CT_CC_GCC_USE_GRAPHITE=y
|
CT_CC_GCC_USE_GRAPHITE=y
|
||||||
CT_CC_GCC_HAS_LTO=y
|
CT_CC_GCC_HAS_LTO=y
|
||||||
|
@ -339,26 +356,14 @@ CT_CC_GCC_USE_GMP_MPFR=y
|
||||||
CT_CC_GCC_USE_MPC=y
|
CT_CC_GCC_USE_MPC=y
|
||||||
CT_CC_GCC_HAS_LIBQUADMATH=y
|
CT_CC_GCC_HAS_LIBQUADMATH=y
|
||||||
CT_CC_GCC_HAS_LIBSANITIZER=y
|
CT_CC_GCC_HAS_LIBSANITIZER=y
|
||||||
|
CT_CC_GCC_VERSION="5.2.0"
|
||||||
# CT_CC_LANG_FORTRAN is not set
|
# CT_CC_LANG_FORTRAN is not set
|
||||||
CT_CC_SUPPORT_CXX=y
|
CT_CC_GCC_ENABLE_CXX_FLAGS=""
|
||||||
CT_CC_SUPPORT_FORTRAN=y
|
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=""
|
||||||
CT_CC_SUPPORT_JAVA=y
|
CT_CC_GCC_EXTRA_CONFIG_ARRAY=""
|
||||||
CT_CC_SUPPORT_ADA=y
|
CT_CC_GCC_EXTRA_ENV_ARRAY=""
|
||||||
CT_CC_SUPPORT_OBJC=y
|
# CT_CC_GCC_TARGET_FINAL is not set
|
||||||
CT_CC_SUPPORT_OBJCXX=y
|
CT_CC_GCC_STATIC_LIBSTDCXX=y
|
||||||
CT_CC_SUPPORT_GOLANG=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Additional supported languages:
|
|
||||||
#
|
|
||||||
# CT_CC_LANG_CXX is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# gcc other options
|
|
||||||
#
|
|
||||||
CT_CC_ENABLE_CXX_FLAGS=""
|
|
||||||
CT_CC_EXTRA_CONFIG_ARRAY=""
|
|
||||||
CT_CC_STATIC_LIBSTDCXX=y
|
|
||||||
# CT_CC_GCC_SYSTEM_ZLIB is not set
|
# CT_CC_GCC_SYSTEM_ZLIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -377,6 +382,7 @@ CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||||
#
|
#
|
||||||
# Misc. obscure options.
|
# Misc. obscure options.
|
||||||
#
|
#
|
||||||
|
CT_CC_CXA_ATEXIT=y
|
||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
# CT_CC_GCC_BUILD_ID is not set
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
|
@ -389,6 +395,18 @@ CT_CC_GCC_DEC_FLOAT_AUTO=y
|
||||||
# CT_CC_GCC_DEC_FLOAT_BID is not set
|
# CT_CC_GCC_DEC_FLOAT_BID is not set
|
||||||
# CT_CC_GCC_DEC_FLOAT_DPD is not set
|
# CT_CC_GCC_DEC_FLOAT_DPD is not set
|
||||||
# CT_CC_GCC_DEC_FLOATS_NO is not set
|
# CT_CC_GCC_DEC_FLOATS_NO is not set
|
||||||
|
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
|
||||||
|
CT_CC_SUPPORT_GOLANG=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Additional supported languages:
|
||||||
|
#
|
||||||
|
# CT_CC_LANG_CXX is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Debug facilities
|
# Debug facilities
|
||||||
|
@ -406,14 +424,13 @@ CT_COMPLIBS_NEEDED=y
|
||||||
CT_GMP_NEEDED=y
|
CT_GMP_NEEDED=y
|
||||||
CT_MPFR_NEEDED=y
|
CT_MPFR_NEEDED=y
|
||||||
CT_ISL_NEEDED=y
|
CT_ISL_NEEDED=y
|
||||||
CT_CLOOG_NEEDED=y
|
|
||||||
CT_MPC_NEEDED=y
|
CT_MPC_NEEDED=y
|
||||||
CT_COMPLIBS=y
|
CT_COMPLIBS=y
|
||||||
CT_GMP=y
|
CT_GMP=y
|
||||||
CT_MPFR=y
|
CT_MPFR=y
|
||||||
CT_ISL=y
|
CT_ISL=y
|
||||||
CT_CLOOG=y
|
|
||||||
CT_MPC=y
|
CT_MPC=y
|
||||||
|
# CT_GMP_V_6_0_0 is not set
|
||||||
CT_GMP_V_5_1_3=y
|
CT_GMP_V_5_1_3=y
|
||||||
# CT_GMP_V_5_1_1 is not set
|
# CT_GMP_V_5_1_1 is not set
|
||||||
# CT_GMP_V_5_0_2 is not set
|
# CT_GMP_V_5_0_2 is not set
|
||||||
|
@ -421,7 +438,9 @@ CT_GMP_V_5_1_3=y
|
||||||
# CT_GMP_V_4_3_2 is not set
|
# CT_GMP_V_4_3_2 is not set
|
||||||
# CT_GMP_V_4_3_1 is not set
|
# CT_GMP_V_4_3_1 is not set
|
||||||
# CT_GMP_V_4_3_0 is not set
|
# CT_GMP_V_4_3_0 is not set
|
||||||
|
CT_GMP_5_0_2_or_later=y
|
||||||
CT_GMP_VERSION="5.1.3"
|
CT_GMP_VERSION="5.1.3"
|
||||||
|
# CT_MPFR_V_3_1_3 is not set
|
||||||
CT_MPFR_V_3_1_2=y
|
CT_MPFR_V_3_1_2=y
|
||||||
# CT_MPFR_V_3_1_0 is not set
|
# CT_MPFR_V_3_1_0 is not set
|
||||||
# CT_MPFR_V_3_0_1 is not set
|
# CT_MPFR_V_3_0_1 is not set
|
||||||
|
@ -430,13 +449,11 @@ CT_MPFR_V_3_1_2=y
|
||||||
# CT_MPFR_V_2_4_1 is not set
|
# CT_MPFR_V_2_4_1 is not set
|
||||||
# CT_MPFR_V_2_4_0 is not set
|
# CT_MPFR_V_2_4_0 is not set
|
||||||
CT_MPFR_VERSION="3.1.2"
|
CT_MPFR_VERSION="3.1.2"
|
||||||
|
# CT_ISL_V_0_14 is not set
|
||||||
CT_ISL_V_0_12_2=y
|
CT_ISL_V_0_12_2=y
|
||||||
# CT_ISL_V_0_11_1 is not set
|
CT_ISL_V_0_12_or_later=y
|
||||||
CT_ISL_VERSION="0.12.2"
|
CT_ISL_VERSION="0.12.2"
|
||||||
CT_CLOOG_V_0_18_1=y
|
# CT_MPC_V_1_0_3 is not set
|
||||||
# CT_CLOOG_V_0_18_0 is not set
|
|
||||||
CT_CLOOG_VERSION="0.18.1"
|
|
||||||
CT_CLOOG_0_18_or_later=y
|
|
||||||
CT_MPC_V_1_0_2=y
|
CT_MPC_V_1_0_2=y
|
||||||
# CT_MPC_V_1_0_1 is not set
|
# CT_MPC_V_1_0_1 is not set
|
||||||
# CT_MPC_V_1_0 is not set
|
# CT_MPC_V_1_0 is not set
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# crosstool-NG 1.20.0 Configuration
|
# Crosstool-NG Configuration
|
||||||
# Thu Mar 5 11:20:10 2015
|
|
||||||
#
|
#
|
||||||
CT_CONFIGURE_has_xz=y
|
CT_CONFIGURE_has_xz=y
|
||||||
|
CT_CONFIGURE_has_cvs=y
|
||||||
|
CT_CONFIGURE_has_svn=y
|
||||||
CT_MODULES=y
|
CT_MODULES=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -20,15 +21,16 @@ CT_MODULES=y
|
||||||
#
|
#
|
||||||
# Paths
|
# Paths
|
||||||
#
|
#
|
||||||
CT_LOCAL_TARBALLS_DIR="${HOME}/cross-src"
|
CT_LOCAL_TARBALLS_DIR="${HOME}/xtools/src"
|
||||||
CT_SAVE_TARBALLS=y
|
CT_SAVE_TARBALLS=y
|
||||||
CT_WORK_DIR="${CT_TOP_DIR}/.build"
|
CT_WORK_DIR="${CT_TOP_DIR}/.build"
|
||||||
CT_PREFIX_DIR="/opt/crosstool-ng/${CT_TARGET}"
|
CT_PREFIX_DIR="${HOME}/xtools/build/${CT_TARGET}"
|
||||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||||
CT_RM_RF_PREFIX_DIR=y
|
CT_RM_RF_PREFIX_DIR=y
|
||||||
CT_REMOVE_DOCS=y
|
CT_REMOVE_DOCS=y
|
||||||
CT_INSTALL_DIR_RO=y
|
CT_INSTALL_DIR_RO=y
|
||||||
CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
|
CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y
|
||||||
|
# CT_STRIP_TARGET_TOOLCHAIN_EXECUTABLES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Downloading
|
# Downloading
|
||||||
|
@ -105,27 +107,29 @@ CT_TARGET_CFLAGS=""
|
||||||
CT_TARGET_LDFLAGS=""
|
CT_TARGET_LDFLAGS=""
|
||||||
# CT_ARCH_alpha is not set
|
# CT_ARCH_alpha is not set
|
||||||
# CT_ARCH_arm is not set
|
# CT_ARCH_arm is not set
|
||||||
# CT_ARCH_avr32 is not set
|
# CT_ARCH_avr is not set
|
||||||
# CT_ARCH_blackfin is not set
|
|
||||||
# CT_ARCH_m68k is not set
|
# CT_ARCH_m68k is not set
|
||||||
# CT_ARCH_mips is not set
|
# CT_ARCH_mips is not set
|
||||||
|
# CT_ARCH_nios2 is not set
|
||||||
# CT_ARCH_powerpc is not set
|
# CT_ARCH_powerpc is not set
|
||||||
# CT_ARCH_s390 is not set
|
# CT_ARCH_s390 is not set
|
||||||
# CT_ARCH_sh is not set
|
# CT_ARCH_sh is not set
|
||||||
# CT_ARCH_sparc is not set
|
# CT_ARCH_sparc is not set
|
||||||
CT_ARCH_x86=y
|
CT_ARCH_x86=y
|
||||||
|
# CT_ARCH_xtensa is not set
|
||||||
CT_ARCH_alpha_AVAILABLE=y
|
CT_ARCH_alpha_AVAILABLE=y
|
||||||
CT_ARCH_arm_AVAILABLE=y
|
CT_ARCH_arm_AVAILABLE=y
|
||||||
CT_ARCH_avr32_AVAILABLE=y
|
CT_ARCH_avr_AVAILABLE=y
|
||||||
CT_ARCH_blackfin_AVAILABLE=y
|
|
||||||
CT_ARCH_m68k_AVAILABLE=y
|
CT_ARCH_m68k_AVAILABLE=y
|
||||||
CT_ARCH_microblaze_AVAILABLE=y
|
CT_ARCH_microblaze_AVAILABLE=y
|
||||||
CT_ARCH_mips_AVAILABLE=y
|
CT_ARCH_mips_AVAILABLE=y
|
||||||
|
CT_ARCH_nios2_AVAILABLE=y
|
||||||
CT_ARCH_powerpc_AVAILABLE=y
|
CT_ARCH_powerpc_AVAILABLE=y
|
||||||
CT_ARCH_s390_AVAILABLE=y
|
CT_ARCH_s390_AVAILABLE=y
|
||||||
CT_ARCH_sh_AVAILABLE=y
|
CT_ARCH_sh_AVAILABLE=y
|
||||||
CT_ARCH_sparc_AVAILABLE=y
|
CT_ARCH_sparc_AVAILABLE=y
|
||||||
CT_ARCH_x86_AVAILABLE=y
|
CT_ARCH_x86_AVAILABLE=y
|
||||||
|
CT_ARCH_xtensa_AVAILABLE=y
|
||||||
CT_ARCH_SUFFIX=""
|
CT_ARCH_SUFFIX=""
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -150,6 +154,7 @@ CT_FORCE_SYSROOT=y
|
||||||
CT_USE_SYSROOT=y
|
CT_USE_SYSROOT=y
|
||||||
CT_SYSROOT_NAME="sysroot"
|
CT_SYSROOT_NAME="sysroot"
|
||||||
CT_SYSROOT_DIR_PREFIX=""
|
CT_SYSROOT_DIR_PREFIX=""
|
||||||
|
CT_WANTS_STATIC_LINK=y
|
||||||
# CT_STATIC_TOOLCHAIN is not set
|
# CT_STATIC_TOOLCHAIN is not set
|
||||||
CT_TOOLCHAIN_PKGVERSION=""
|
CT_TOOLCHAIN_PKGVERSION=""
|
||||||
CT_TOOLCHAIN_BUGURL=""
|
CT_TOOLCHAIN_BUGURL=""
|
||||||
|
@ -187,7 +192,6 @@ CT_BARE_METAL=y
|
||||||
CT_KERNEL="bare-metal"
|
CT_KERNEL="bare-metal"
|
||||||
CT_KERNEL_bare_metal=y
|
CT_KERNEL_bare_metal=y
|
||||||
# CT_KERNEL_linux is not set
|
# CT_KERNEL_linux is not set
|
||||||
# CT_KERNEL_windows is not set
|
|
||||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||||
CT_KERNEL_linux_AVAILABLE=y
|
CT_KERNEL_linux_AVAILABLE=y
|
||||||
CT_KERNEL_windows_AVAILABLE=y
|
CT_KERNEL_windows_AVAILABLE=y
|
||||||
|
@ -206,6 +210,12 @@ CT_BINUTILS_binutils=y
|
||||||
#
|
#
|
||||||
# GNU binutils
|
# GNU binutils
|
||||||
#
|
#
|
||||||
|
# CT_CC_BINUTILS_SHOW_LINARO is not set
|
||||||
|
# CT_BINUTILS_V_2_25_1 is not set
|
||||||
|
# CT_BINUTILS_V_2_25 is not set
|
||||||
|
# CT_BINUTILS_V_2_24 is not set
|
||||||
|
# CT_BINUTILS_V_2_23_2 is not set
|
||||||
|
# CT_BINUTILS_V_2_23_1 is not set
|
||||||
CT_BINUTILS_V_2_22=y
|
CT_BINUTILS_V_2_22=y
|
||||||
# CT_BINUTILS_V_2_21_53 is not set
|
# CT_BINUTILS_V_2_21_53 is not set
|
||||||
# CT_BINUTILS_V_2_21_1a is not set
|
# CT_BINUTILS_V_2_21_1a is not set
|
||||||
|
@ -221,6 +231,7 @@ CT_BINUTILS_2_18_or_later=y
|
||||||
CT_BINUTILS_HAS_HASH_STYLE=y
|
CT_BINUTILS_HAS_HASH_STYLE=y
|
||||||
CT_BINUTILS_HAS_GOLD=y
|
CT_BINUTILS_HAS_GOLD=y
|
||||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||||
|
CT_BINUTILS_GOLD_SUPPORT=y
|
||||||
CT_BINUTILS_HAS_PLUGINS=y
|
CT_BINUTILS_HAS_PLUGINS=y
|
||||||
CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
|
CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
|
||||||
CT_BINUTILS_LINKER_LD=y
|
CT_BINUTILS_LINKER_LD=y
|
||||||
|
@ -239,69 +250,75 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||||
#
|
#
|
||||||
# C-library
|
# C-library
|
||||||
#
|
#
|
||||||
CT_LIBC="none"
|
CT_LIBC="newlib"
|
||||||
# CT_LIBC_newlib is not set
|
CT_LIBC_VERSION="2.2.0"
|
||||||
CT_LIBC_none=y
|
CT_LIBC_newlib=y
|
||||||
CT_LIBC_eglibc_AVAILABLE=y
|
# CT_LIBC_none is not set
|
||||||
CT_THREADS="none"
|
CT_LIBC_avr_libc_AVAILABLE=y
|
||||||
CT_LIBC_glibc_AVAILABLE=y
|
CT_LIBC_glibc_AVAILABLE=y
|
||||||
|
CT_THREADS="none"
|
||||||
CT_LIBC_mingw_AVAILABLE=y
|
CT_LIBC_mingw_AVAILABLE=y
|
||||||
CT_LIBC_musl_AVAILABLE=y
|
CT_LIBC_musl_AVAILABLE=y
|
||||||
CT_LIBC_newlib_AVAILABLE=y
|
CT_LIBC_newlib_AVAILABLE=y
|
||||||
|
# CT_CC_NEWLIB_SHOW_LINARO is not set
|
||||||
|
CT_LIBC_NEWLIB_V_2_2_0=y
|
||||||
|
# CT_LIBC_NEWLIB_V_2_1_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_2_0_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_20_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_19_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_18_0 is not set
|
||||||
|
# CT_LIBC_NEWLIB_V_1_17_0 is not set
|
||||||
|
CT_LIBC_NEWLIB_2_2=y
|
||||||
|
CT_LIBC_NEWLIB_2_2_or_later=y
|
||||||
|
CT_LIBC_NEWLIB_2_1_or_later=y
|
||||||
|
CT_LIBC_NEWLIB_2_0_or_later=y
|
||||||
|
CT_LIBC_NEWLIB_TARGET_CFLAGS=""
|
||||||
CT_LIBC_none_AVAILABLE=y
|
CT_LIBC_none_AVAILABLE=y
|
||||||
CT_LIBC_uClibc_AVAILABLE=y
|
CT_LIBC_uClibc_AVAILABLE=y
|
||||||
|
CT_LIBC_SUPPORT_THREADS_NONE=y
|
||||||
|
CT_LIBC_PROVIDES_CXA_ATEXIT=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Common C library options
|
||||||
|
#
|
||||||
|
CT_THREADS_NONE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# newlib other options
|
||||||
|
#
|
||||||
|
# CT_LIBC_NEWLIB_IO_C99FMT is not set
|
||||||
|
# CT_LIBC_NEWLIB_IO_LL is not set
|
||||||
|
# CT_LIBC_NEWLIB_IO_FLOAT is not set
|
||||||
|
# CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS is not set
|
||||||
|
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
|
||||||
|
CT_LIBC_NEWLIB_EXTRA_CONFIG_ARRAY=""
|
||||||
|
|
||||||
#
|
#
|
||||||
# C compiler
|
# C compiler
|
||||||
#
|
#
|
||||||
CT_CC="gcc"
|
CT_CC="gcc"
|
||||||
CT_CC_VERSION="4.8.0"
|
CT_CC_CORE_PASS_2_NEEDED=y
|
||||||
CT_CC_gcc=y
|
CT_CC_gcc=y
|
||||||
# CT_CC_GCC_SHOW_LINARO is not set
|
# CT_CC_GCC_SHOW_LINARO is not set
|
||||||
# CT_CC_V_4_9_1 is not set
|
CT_CC_GCC_V_5_2_0=y
|
||||||
# CT_CC_V_4_9_0 is not set
|
# CT_CC_GCC_V_4_9_3 is not set
|
||||||
# CT_CC_V_4_8_3 is not set
|
# CT_CC_GCC_V_4_8_5 is not set
|
||||||
# CT_CC_V_4_8_2 is not set
|
# CT_CC_GCC_V_4_7_4 is not set
|
||||||
# CT_CC_V_4_8_1 is not set
|
# CT_CC_GCC_V_4_6_4 is not set
|
||||||
CT_CC_V_4_8_0=y
|
# CT_CC_GCC_V_4_5_4 is not set
|
||||||
# CT_CC_V_4_7_4 is not set
|
# CT_CC_GCC_V_4_4_7 is not set
|
||||||
# CT_CC_V_4_7_3 is not set
|
# CT_CC_GCC_V_4_3_6 is not set
|
||||||
# CT_CC_V_4_7_2 is not set
|
# CT_CC_GCC_V_4_2_4 is not set
|
||||||
# CT_CC_V_4_7_1 is not set
|
|
||||||
# CT_CC_V_4_7_0 is not set
|
|
||||||
# CT_CC_V_4_6_4 is not set
|
|
||||||
# CT_CC_V_4_6_3 is not set
|
|
||||||
# CT_CC_V_4_6_2 is not set
|
|
||||||
# CT_CC_V_4_6_1 is not set
|
|
||||||
# CT_CC_V_4_6_0 is not set
|
|
||||||
# CT_CC_V_4_5_3 is not set
|
|
||||||
# CT_CC_V_4_5_2 is not set
|
|
||||||
# CT_CC_V_4_5_1 is not set
|
|
||||||
# CT_CC_V_4_5_0 is not set
|
|
||||||
# CT_CC_V_4_4_7 is not set
|
|
||||||
# CT_CC_V_4_4_6 is not set
|
|
||||||
# CT_CC_V_4_4_5 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
|
|
||||||
# CT_CC_V_4_4_0 is not set
|
|
||||||
# CT_CC_V_4_3_6 is not set
|
|
||||||
# CT_CC_V_4_3_5 is not set
|
|
||||||
# CT_CC_V_4_3_4 is not set
|
|
||||||
# CT_CC_V_4_3_3 is not set
|
|
||||||
# CT_CC_V_4_3_2 is not set
|
|
||||||
# CT_CC_V_4_3_1 is not set
|
|
||||||
# CT_CC_V_4_2_4 is not set
|
|
||||||
# CT_CC_V_4_2_2 is not set
|
|
||||||
CT_CC_GCC_4_2_or_later=y
|
CT_CC_GCC_4_2_or_later=y
|
||||||
CT_CC_GCC_4_3_or_later=y
|
CT_CC_GCC_4_3_or_later=y
|
||||||
CT_CC_GCC_4_4_or_later=y
|
CT_CC_GCC_4_4_or_later=y
|
||||||
CT_CC_GCC_4_5_or_later=y
|
CT_CC_GCC_4_5_or_later=y
|
||||||
CT_CC_GCC_4_6_or_later=y
|
CT_CC_GCC_4_6_or_later=y
|
||||||
CT_CC_GCC_4_7_or_later=y
|
CT_CC_GCC_4_7_or_later=y
|
||||||
CT_CC_GCC_4_8=y
|
|
||||||
CT_CC_GCC_4_8_or_later=y
|
CT_CC_GCC_4_8_or_later=y
|
||||||
|
CT_CC_GCC_4_9_or_later=y
|
||||||
|
CT_CC_GCC_5=y
|
||||||
|
CT_CC_GCC_5_or_later=y
|
||||||
CT_CC_GCC_HAS_GRAPHITE=y
|
CT_CC_GCC_HAS_GRAPHITE=y
|
||||||
CT_CC_GCC_USE_GRAPHITE=y
|
CT_CC_GCC_USE_GRAPHITE=y
|
||||||
CT_CC_GCC_HAS_LTO=y
|
CT_CC_GCC_HAS_LTO=y
|
||||||
|
@ -313,26 +330,14 @@ CT_CC_GCC_USE_GMP_MPFR=y
|
||||||
CT_CC_GCC_USE_MPC=y
|
CT_CC_GCC_USE_MPC=y
|
||||||
CT_CC_GCC_HAS_LIBQUADMATH=y
|
CT_CC_GCC_HAS_LIBQUADMATH=y
|
||||||
CT_CC_GCC_HAS_LIBSANITIZER=y
|
CT_CC_GCC_HAS_LIBSANITIZER=y
|
||||||
|
CT_CC_GCC_VERSION="5.2.0"
|
||||||
# CT_CC_LANG_FORTRAN is not set
|
# CT_CC_LANG_FORTRAN is not set
|
||||||
CT_CC_SUPPORT_CXX=y
|
CT_CC_GCC_ENABLE_CXX_FLAGS=""
|
||||||
CT_CC_SUPPORT_FORTRAN=y
|
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=""
|
||||||
CT_CC_SUPPORT_JAVA=y
|
CT_CC_GCC_EXTRA_CONFIG_ARRAY=""
|
||||||
CT_CC_SUPPORT_ADA=y
|
CT_CC_GCC_EXTRA_ENV_ARRAY=""
|
||||||
CT_CC_SUPPORT_OBJC=y
|
# CT_CC_GCC_TARGET_FINAL is not set
|
||||||
CT_CC_SUPPORT_OBJCXX=y
|
CT_CC_GCC_STATIC_LIBSTDCXX=y
|
||||||
CT_CC_SUPPORT_GOLANG=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Additional supported languages:
|
|
||||||
#
|
|
||||||
# CT_CC_LANG_CXX is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# gcc other options
|
|
||||||
#
|
|
||||||
CT_CC_ENABLE_CXX_FLAGS=""
|
|
||||||
CT_CC_EXTRA_CONFIG_ARRAY=""
|
|
||||||
# CT_CC_STATIC_LIBSTDCXX is not set
|
|
||||||
# CT_CC_GCC_SYSTEM_ZLIB is not set
|
# CT_CC_GCC_SYSTEM_ZLIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -351,6 +356,7 @@ CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||||
#
|
#
|
||||||
# Misc. obscure options.
|
# Misc. obscure options.
|
||||||
#
|
#
|
||||||
|
CT_CC_CXA_ATEXIT=y
|
||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
# CT_CC_GCC_BUILD_ID is not set
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
|
@ -363,6 +369,18 @@ CT_CC_GCC_DEC_FLOAT_AUTO=y
|
||||||
# CT_CC_GCC_DEC_FLOAT_BID is not set
|
# CT_CC_GCC_DEC_FLOAT_BID is not set
|
||||||
# CT_CC_GCC_DEC_FLOAT_DPD is not set
|
# CT_CC_GCC_DEC_FLOAT_DPD is not set
|
||||||
# CT_CC_GCC_DEC_FLOATS_NO is not set
|
# CT_CC_GCC_DEC_FLOATS_NO is not set
|
||||||
|
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
|
||||||
|
CT_CC_SUPPORT_GOLANG=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Additional supported languages:
|
||||||
|
#
|
||||||
|
CT_CC_LANG_CXX=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Debug facilities
|
# Debug facilities
|
||||||
|
@ -388,7 +406,12 @@ CT_GDB_CROSS_EXTRA_CONFIG_ARRAY=""
|
||||||
# gdb version
|
# gdb version
|
||||||
#
|
#
|
||||||
# CT_DEBUG_GDB_SHOW_LINARO is not set
|
# CT_DEBUG_GDB_SHOW_LINARO is not set
|
||||||
CT_GDB_V_7_8=y
|
# CT_GDB_V_7_10 is not set
|
||||||
|
CT_GDB_V_7_9_1=y
|
||||||
|
# CT_GDB_V_7_9 is not set
|
||||||
|
# CT_GDB_V_7_8_2 is not set
|
||||||
|
# CT_GDB_V_7_8_1 is not set
|
||||||
|
# CT_GDB_V_7_8 is not set
|
||||||
# CT_GDB_V_7_7_1 is not set
|
# CT_GDB_V_7_7_1 is not set
|
||||||
# CT_GDB_V_7_7 is not set
|
# CT_GDB_V_7_7 is not set
|
||||||
# CT_GDB_V_7_6_1 is not set
|
# CT_GDB_V_7_6_1 is not set
|
||||||
|
@ -407,7 +430,7 @@ CT_GDB_7_0_or_later=y
|
||||||
CT_GDB_HAS_PKGVERSION_BUGURL=y
|
CT_GDB_HAS_PKGVERSION_BUGURL=y
|
||||||
CT_GDB_HAS_PYTHON=y
|
CT_GDB_HAS_PYTHON=y
|
||||||
CT_GDB_INSTALL_GDBINIT=y
|
CT_GDB_INSTALL_GDBINIT=y
|
||||||
CT_GDB_VERSION="7.8"
|
CT_GDB_VERSION="7.9.1"
|
||||||
# CT_DEBUG_ltrace is not set
|
# CT_DEBUG_ltrace is not set
|
||||||
# CT_DEBUG_strace is not set
|
# CT_DEBUG_strace is not set
|
||||||
|
|
||||||
|
@ -418,14 +441,17 @@ CT_COMPLIBS_NEEDED=y
|
||||||
CT_GMP_NEEDED=y
|
CT_GMP_NEEDED=y
|
||||||
CT_MPFR_NEEDED=y
|
CT_MPFR_NEEDED=y
|
||||||
CT_ISL_NEEDED=y
|
CT_ISL_NEEDED=y
|
||||||
CT_CLOOG_NEEDED=y
|
|
||||||
CT_MPC_NEEDED=y
|
CT_MPC_NEEDED=y
|
||||||
|
CT_EXPAT_NEEDED=y
|
||||||
|
CT_NCURSES_NEEDED=y
|
||||||
CT_COMPLIBS=y
|
CT_COMPLIBS=y
|
||||||
CT_GMP=y
|
CT_GMP=y
|
||||||
CT_MPFR=y
|
CT_MPFR=y
|
||||||
CT_ISL=y
|
CT_ISL=y
|
||||||
CT_CLOOG=y
|
|
||||||
CT_MPC=y
|
CT_MPC=y
|
||||||
|
CT_EXPAT=y
|
||||||
|
CT_NCURSES=y
|
||||||
|
# CT_GMP_V_6_0_0 is not set
|
||||||
# CT_GMP_V_5_1_3 is not set
|
# CT_GMP_V_5_1_3 is not set
|
||||||
# CT_GMP_V_5_1_1 is not set
|
# CT_GMP_V_5_1_1 is not set
|
||||||
# CT_GMP_V_5_0_2 is not set
|
# CT_GMP_V_5_0_2 is not set
|
||||||
|
@ -434,6 +460,7 @@ CT_GMP_V_4_3_2=y
|
||||||
# CT_GMP_V_4_3_1 is not set
|
# CT_GMP_V_4_3_1 is not set
|
||||||
# CT_GMP_V_4_3_0 is not set
|
# CT_GMP_V_4_3_0 is not set
|
||||||
CT_GMP_VERSION="4.3.2"
|
CT_GMP_VERSION="4.3.2"
|
||||||
|
# CT_MPFR_V_3_1_3 is not set
|
||||||
# CT_MPFR_V_3_1_2 is not set
|
# CT_MPFR_V_3_1_2 is not set
|
||||||
# CT_MPFR_V_3_1_0 is not set
|
# CT_MPFR_V_3_1_0 is not set
|
||||||
CT_MPFR_V_3_0_1=y
|
CT_MPFR_V_3_0_1=y
|
||||||
|
@ -442,13 +469,12 @@ CT_MPFR_V_3_0_1=y
|
||||||
# CT_MPFR_V_2_4_1 is not set
|
# CT_MPFR_V_2_4_1 is not set
|
||||||
# CT_MPFR_V_2_4_0 is not set
|
# CT_MPFR_V_2_4_0 is not set
|
||||||
CT_MPFR_VERSION="3.0.1"
|
CT_MPFR_VERSION="3.0.1"
|
||||||
|
CT_ISL_V_0_14=y
|
||||||
# CT_ISL_V_0_12_2 is not set
|
# CT_ISL_V_0_12_2 is not set
|
||||||
CT_ISL_V_0_11_1=y
|
CT_ISL_V_0_14_or_later=y
|
||||||
CT_ISL_VERSION="0.11.1"
|
CT_ISL_V_0_12_or_later=y
|
||||||
# CT_CLOOG_V_0_18_1 is not set
|
CT_ISL_VERSION="0.14"
|
||||||
CT_CLOOG_V_0_18_0=y
|
# CT_MPC_V_1_0_3 is not set
|
||||||
CT_CLOOG_VERSION="0.18.0"
|
|
||||||
CT_CLOOG_0_18_or_later=y
|
|
||||||
# CT_MPC_V_1_0_2 is not set
|
# CT_MPC_V_1_0_2 is not set
|
||||||
CT_MPC_V_1_0_1=y
|
CT_MPC_V_1_0_1=y
|
||||||
# CT_MPC_V_1_0 is not set
|
# CT_MPC_V_1_0 is not set
|
||||||
|
@ -457,6 +483,10 @@ CT_MPC_V_1_0_1=y
|
||||||
# CT_MPC_V_0_8_1 is not set
|
# CT_MPC_V_0_8_1 is not set
|
||||||
# CT_MPC_V_0_7 is not set
|
# CT_MPC_V_0_7 is not set
|
||||||
CT_MPC_VERSION="1.0.1"
|
CT_MPC_VERSION="1.0.1"
|
||||||
|
CT_EXPAT_V_2_1_0=y
|
||||||
|
CT_EXPAT_VERSION="2.1.0"
|
||||||
|
CT_NCURSES_V_6_0=y
|
||||||
|
CT_NCURSES_VERSION="6.0"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Companion libraries common options
|
# Companion libraries common options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue