mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-14 15:09:24 +02:00
Update to GCC 8.3.0 on armv7 and mips and GCC 7.5.0 on armv5
This commit is contained in:
@ -157,7 +157,7 @@ CT_ARCH_SUPPORTS_WITH_CPU=y
|
||||
CT_ARCH_SUPPORTS_WITH_TUNE=y
|
||||
CT_ARCH_EXCLUSIVE_WITH_CPU=y
|
||||
CT_ARCH_ARCH=""
|
||||
CT_ARCH_CPU="cortex-a7"
|
||||
CT_ARCH_CPU=""
|
||||
CT_ARCH_TUNE=""
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
@ -301,14 +301,14 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.25"
|
||||
CT_LIBC_VERSION="2.27"
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_avr_libc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_THREADS="nptl"
|
||||
# CT_CC_GLIBC_SHOW_LINARO is not set
|
||||
CT_LIBC_GLIBC_V_2_25=y
|
||||
CT_CC_GLIBC_SHOW_LINARO=y
|
||||
# CT_LIBC_GLIBC_V_2_25 is not set
|
||||
# CT_LIBC_GLIBC_V_2_24 is not set
|
||||
# CT_LIBC_GLIBC_V_2_23 is not set
|
||||
CT_LIBC_GLIBC_2_23_or_later=y
|
||||
@ -355,14 +355,16 @@ CT_CC_CORE_PASSES_NEEDED=y
|
||||
CT_CC_CORE_PASS_1_NEEDED=y
|
||||
CT_CC_CORE_PASS_2_NEEDED=y
|
||||
CT_CC_gcc=y
|
||||
CT_CC_GCC_VERSION="4.9.4"
|
||||
CT_CC_GCC_VERSION="8.3.0"
|
||||
# CT_CC_GCC_SHOW_LINARO is not set
|
||||
# CT_CC_GCC_V_6_3_0 is not set
|
||||
CT_CC_GCC_V_6_3_0=y
|
||||
# CT_CC_GCC_V_5_4_0 is not set
|
||||
CT_CC_GCC_V_4_9_4=y
|
||||
# CT_CC_GCC_V_4_9_4 is not set
|
||||
CT_CC_GCC_4_8_or_later=y
|
||||
CT_CC_GCC_4_9=y
|
||||
CT_CC_GCC_4_9_or_later=y
|
||||
CT_CC_GCC_5_or_later=y
|
||||
CT_CC_GCC_6=y
|
||||
CT_CC_GCC_6_or_later=y
|
||||
CT_CC_GCC_ENABLE_PLUGINS=y
|
||||
CT_CC_GCC_GOLD=y
|
||||
CT_CC_GCC_ENABLE_CXX_FLAGS=""
|
||||
@ -439,8 +441,8 @@ CT_GDB_GDBSERVER_HAS_IPA_LIB=y
|
||||
#
|
||||
# gdb version
|
||||
#
|
||||
CT_GDB_VERSION="7.12.1"
|
||||
CT_GDB_V_7_12_1=y
|
||||
CT_GDB_VERSION="8.1"
|
||||
# CT_GDB_V_7_12_1 is not set
|
||||
# CT_GDB_V_7_11_1 is not set
|
||||
CT_GDB_7_12_or_later=y
|
||||
CT_GDB_7_2_or_later=y
|
||||
|
Reference in New Issue
Block a user