mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 10:53:36 +02:00
Add new fixes
This commit is contained in:
@ -117,11 +117,12 @@ CT_CONFIG_SHELL="${bash}"
|
||||
# CT_LOG_ERROR is not set
|
||||
# CT_LOG_WARN is not set
|
||||
# CT_LOG_INFO is not set
|
||||
# CT_LOG_EXTRA is not set
|
||||
CT_LOG_ALL=y
|
||||
CT_LOG_EXTRA=y
|
||||
# CT_LOG_ALL is not set
|
||||
# CT_LOG_DEBUG is not set
|
||||
CT_LOG_LEVEL_MAX="ALL"
|
||||
CT_LOG_LEVEL_MAX="EXTRA"
|
||||
# CT_LOG_SEE_TOOLS_WARN is not set
|
||||
CT_LOG_PROGRESS_BAR=y
|
||||
CT_LOG_TO_FILE=y
|
||||
CT_LOG_FILE_COMPRESS=y
|
||||
# end of Paths and misc options
|
||||
@ -225,7 +226,7 @@ CT_BUILD_SUFFIX=""
|
||||
#
|
||||
# Misc options
|
||||
#
|
||||
CT_TOOLCHAIN_ENABLE_NLS=y
|
||||
# CT_TOOLCHAIN_ENABLE_NLS is not set
|
||||
# end of Toolchain options
|
||||
|
||||
#
|
||||
@ -379,13 +380,11 @@ CT_BINUTILS_FORCE_LD_BFD_ONLY=y
|
||||
CT_BINUTILS_LINKER_LD=y
|
||||
CT_BINUTILS_LINKERS_LIST="ld"
|
||||
CT_BINUTILS_LINKER_DEFAULT="bfd"
|
||||
CT_BINUTILS_PLUGINS=y
|
||||
# CT_BINUTILS_PLUGINS is not set
|
||||
CT_BINUTILS_RELRO=m
|
||||
CT_BINUTILS_DETERMINISTIC_ARCHIVES=y
|
||||
CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||
CT_BINUTILS_FOR_TARGET=y
|
||||
CT_BINUTILS_FOR_TARGET_IBERTY=y
|
||||
CT_BINUTILS_FOR_TARGET_BFD=y
|
||||
# CT_BINUTILS_FOR_TARGET is not set
|
||||
|
||||
#
|
||||
# elf2flt
|
||||
@ -486,13 +485,13 @@ CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE=""
|
||||
CT_LIBC_UCLIBC_LNXTHRD=""
|
||||
CT_LIBC_UCLIBC_LOCALES=y
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
CT_LIBC_UCLIBC_LIBICONV=y
|
||||
CT_LIBC_UCLIBC_IPV6=y
|
||||
CT_LIBC_UCLIBC_WCHAR=y
|
||||
CT_LIBC_UCLIBC_FENV=y
|
||||
# CT_LIBC_UCLIBC_IPV6 is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
# CT_LIBC_UCLIBC_FENV is not set
|
||||
CT_LIBC_UCLIBC_HAS_SSP=y
|
||||
CT_LIBC_UCLIBC_BUILD_SSP=y
|
||||
# CT_LIBC_UCLIBC_BUILD_SSP is not set
|
||||
CT_ALL_LIBC_CHOICES="AVR_LIBC BIONIC GLIBC MINGW_W64 MOXIEBOX MUSL NEWLIB NONE UCLIBC"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_THREADS_NATIVE=y
|
||||
@ -574,13 +573,12 @@ CT_GCC_later_than_4_9=y
|
||||
CT_GCC_4_9_or_later=y
|
||||
CT_GCC_later_than_4_8=y
|
||||
CT_GCC_4_8_or_later=y
|
||||
CT_CC_GCC_ENABLE_PLUGINS=y
|
||||
CT_CC_GCC_HAS_LIBMPX=y
|
||||
CT_CC_GCC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_GCC_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_GCC_STATIC_LIBSTDCXX=y
|
||||
CT_CC_GCC_SYSTEM_ZLIB=y
|
||||
# CT_CC_GCC_SYSTEM_ZLIB is not set
|
||||
CT_CC_GCC_CONFIG_TLS=m
|
||||
|
||||
#
|
||||
@ -602,10 +600,10 @@ CT_CC_GCC_LIBQUADMATH=y
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_DISABLE_PCH=y
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
CT_CC_GCC_LDBL_128=m
|
||||
CT_CC_GCC_BUILD_ID=y
|
||||
# CT_CC_GCC_BUILD_ID is not set
|
||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||
@ -633,134 +631,17 @@ CT_CC_LANG_OTHERS=""
|
||||
#
|
||||
# Debug facilities
|
||||
#
|
||||
CT_DEBUG_DUMA=y
|
||||
CT_DEBUG_DUMA_PKG_KSYM="DUMA"
|
||||
CT_DUMA_DIR_NAME="duma"
|
||||
CT_DUMA_PKG_NAME="duma"
|
||||
CT_DUMA_SRC_RELEASE=y
|
||||
# CT_DUMA_SRC_DEVEL is not set
|
||||
# CT_DUMA_SRC_CUSTOM is not set
|
||||
CT_DUMA_PATCH_GLOBAL=y
|
||||
# CT_DUMA_PATCH_BUNDLED is not set
|
||||
# CT_DUMA_PATCH_LOCAL is not set
|
||||
# CT_DUMA_PATCH_BUNDLED_LOCAL is not set
|
||||
# CT_DUMA_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_DUMA_PATCH_NONE is not set
|
||||
CT_DUMA_PATCH_ORDER="global"
|
||||
CT_DUMA_V_2_5_15=y
|
||||
CT_DUMA_VERSION="2_5_15"
|
||||
CT_DUMA_MIRRORS="http://downloads.sourceforge.net/project/duma/duma/${CT_DUMA_VERSION//_/.}"
|
||||
CT_DUMA_ARCHIVE_FILENAME="@{pkg_name}_@{version}"
|
||||
CT_DUMA_ARCHIVE_DIRNAME="@{pkg_name}_@{version}"
|
||||
CT_DUMA_ARCHIVE_FORMATS=".tar.gz .zip"
|
||||
CT_DUMA_SIGNATURE_FORMAT=""
|
||||
CT_DUMA_SO=y
|
||||
CT_DUMA_CUSTOM_WRAPPER=y
|
||||
CT_DEBUG_GDB=y
|
||||
CT_DEBUG_GDB_PKG_KSYM="GDB"
|
||||
CT_GDB_DIR_NAME="gdb"
|
||||
CT_GDB_USE_GNU=y
|
||||
CT_GDB_USE="GDB"
|
||||
CT_GDB_PKG_NAME="gdb"
|
||||
CT_GDB_SRC_RELEASE=y
|
||||
# CT_GDB_SRC_DEVEL is not set
|
||||
# CT_GDB_SRC_CUSTOM is not set
|
||||
CT_GDB_PATCH_GLOBAL=y
|
||||
# CT_GDB_PATCH_BUNDLED is not set
|
||||
# CT_GDB_PATCH_LOCAL is not set
|
||||
# CT_GDB_PATCH_BUNDLED_LOCAL is not set
|
||||
# CT_GDB_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_GDB_PATCH_NONE is not set
|
||||
CT_GDB_PATCH_ORDER="global"
|
||||
CT_GDB_V_9_2=y
|
||||
# CT_GDB_V_8_3 is not set
|
||||
# CT_GDB_V_8_2 is not set
|
||||
# CT_GDB_V_8_1 is not set
|
||||
# CT_GDB_V_8_0 is not set
|
||||
# CT_GDB_V_7_12 is not set
|
||||
# CT_GDB_V_7_11 is not set
|
||||
CT_GDB_VERSION="9.2"
|
||||
CT_GDB_MIRRORS="$(CT_Mirrors GNU gdb) $(CT_Mirrors sourceware gdb/releases)"
|
||||
CT_GDB_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
||||
CT_GDB_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||
CT_GDB_ARCHIVE_FORMATS=".tar.xz .tar.gz"
|
||||
CT_GDB_SIGNATURE_FORMAT=""
|
||||
CT_GDB_later_than_8_3=y
|
||||
CT_GDB_8_3_or_later=y
|
||||
CT_GDB_later_than_8_0=y
|
||||
CT_GDB_8_0_or_later=y
|
||||
CT_GDB_later_than_7_12=y
|
||||
CT_GDB_7_12_or_later=y
|
||||
CT_GDB_later_than_7_2=y
|
||||
CT_GDB_7_2_or_later=y
|
||||
CT_GDB_later_than_7_0=y
|
||||
CT_GDB_7_0_or_later=y
|
||||
CT_GDB_CROSS=y
|
||||
# CT_GDB_CROSS_STATIC is not set
|
||||
# CT_GDB_CROSS_SIM is not set
|
||||
CT_GDB_CROSS_PYTHON=y
|
||||
CT_GDB_CROSS_PYTHON_BINARY=""
|
||||
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY=""
|
||||
# CT_GDB_NATIVE is not set
|
||||
CT_GDB_GDBSERVER=y
|
||||
# CT_GDB_NATIVE_STATIC is not set
|
||||
# CT_GDB_NATIVE_STATIC_LIBSTDCXX is not set
|
||||
CT_GDB_HAS_PKGVERSION_BUGURL=y
|
||||
# CT_GDB_HAS_PYTHON is not set
|
||||
CT_GDB_INSTALL_GDBINIT=y
|
||||
CT_GDB_HAS_IPA_LIB=y
|
||||
# CT_DEBUG_DUMA is not set
|
||||
# CT_DEBUG_GDB is not set
|
||||
# CT_DEBUG_LTRACE is not set
|
||||
CT_DEBUG_STRACE=y
|
||||
CT_DEBUG_STRACE_PKG_KSYM="STRACE"
|
||||
CT_STRACE_DIR_NAME="strace"
|
||||
CT_STRACE_PKG_NAME="strace"
|
||||
CT_STRACE_SRC_RELEASE=y
|
||||
# CT_STRACE_SRC_DEVEL is not set
|
||||
# CT_STRACE_SRC_CUSTOM is not set
|
||||
CT_STRACE_PATCH_GLOBAL=y
|
||||
# CT_STRACE_PATCH_BUNDLED is not set
|
||||
# CT_STRACE_PATCH_LOCAL is not set
|
||||
# CT_STRACE_PATCH_BUNDLED_LOCAL is not set
|
||||
# CT_STRACE_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_STRACE_PATCH_NONE is not set
|
||||
CT_STRACE_PATCH_ORDER="global"
|
||||
CT_STRACE_V_5_11=y
|
||||
# CT_STRACE_V_5_10 is not set
|
||||
# CT_STRACE_V_5_9 is not set
|
||||
# CT_STRACE_V_5_8 is not set
|
||||
# CT_STRACE_V_5_7 is not set
|
||||
# CT_STRACE_V_5_6 is not set
|
||||
# CT_STRACE_V_5_5 is not set
|
||||
# CT_STRACE_V_5_4 is not set
|
||||
# CT_STRACE_V_5_3 is not set
|
||||
# CT_STRACE_V_5_2 is not set
|
||||
# CT_STRACE_V_5_1 is not set
|
||||
# CT_STRACE_V_5_0 is not set
|
||||
# CT_STRACE_V_4_26 is not set
|
||||
# CT_STRACE_V_4_25 is not set
|
||||
# CT_STRACE_V_4_24 is not set
|
||||
# CT_STRACE_V_4_23 is not set
|
||||
# CT_STRACE_V_4_22 is not set
|
||||
# CT_STRACE_V_4_21 is not set
|
||||
# CT_STRACE_V_4_20 is not set
|
||||
# CT_STRACE_V_4_19 is not set
|
||||
# CT_STRACE_V_4_18 is not set
|
||||
# CT_STRACE_V_4_17 is not set
|
||||
# CT_STRACE_V_4_16 is not set
|
||||
# CT_STRACE_V_4_15 is not set
|
||||
CT_STRACE_VERSION="5.11"
|
||||
CT_STRACE_MIRRORS="https://strace.io/files/${CT_STRACE_VERSION} https://github.com/strace/strace/releases/download/v${CT_STRACE_VERSION}"
|
||||
CT_STRACE_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
||||
CT_STRACE_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||
CT_STRACE_ARCHIVE_FORMATS=".tar.xz"
|
||||
CT_STRACE_SIGNATURE_FORMAT=""
|
||||
# CT_DEBUG_STRACE is not set
|
||||
CT_ALL_DEBUG_CHOICES="DUMA GDB LTRACE STRACE"
|
||||
# end of Debug facilities
|
||||
|
||||
#
|
||||
# Companion libraries
|
||||
#
|
||||
CT_COMPLIBS_CHECK=y
|
||||
# CT_COMPLIBS_CHECK is not set
|
||||
CT_COMP_LIBS_CLOOG=y
|
||||
CT_COMP_LIBS_CLOOG_PKG_KSYM="CLOOG"
|
||||
CT_CLOOG_DIR_NAME="cloog"
|
||||
@ -1051,7 +932,6 @@ CT_GMP_NEEDED=y
|
||||
CT_MPFR_NEEDED=y
|
||||
CT_ISL_NEEDED=y
|
||||
CT_MPC_NEEDED=y
|
||||
CT_EXPAT_NEEDED=y
|
||||
CT_NCURSES_NEEDED=y
|
||||
CT_ZLIB_NEEDED=y
|
||||
CT_LIBICONV=y
|
||||
@ -1060,7 +940,6 @@ CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_ISL=y
|
||||
CT_MPC=y
|
||||
CT_EXPAT=y
|
||||
CT_NCURSES=y
|
||||
CT_ZLIB=y
|
||||
# end of Companion libraries
|
||||
@ -1237,6 +1116,5 @@ CT_ALL_COMP_TOOLS_CHOICES="AUTOCONF AUTOMAKE BISON DTC LIBTOOL M4 MAKE"
|
||||
#
|
||||
# Test suite
|
||||
#
|
||||
CT_TEST_SUITE=y
|
||||
CT_TEST_SUITE_GCC=y
|
||||
# CT_TEST_SUITE_GCC is not set
|
||||
# end of Test suite
|
||||
|
Reference in New Issue
Block a user