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:
@ -288,14 +288,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
|
||||
@ -342,7 +342,7 @@ 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="6.3.0"
|
||||
CT_CC_GCC_VERSION="8.3.0"
|
||||
# CT_CC_GCC_SHOW_LINARO is not set
|
||||
CT_CC_GCC_V_6_3_0=y
|
||||
# CT_CC_GCC_V_5_4_0 is not set
|
||||
@ -353,7 +353,7 @@ 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_HAS_LIBMPX=y
|
||||
CT_CC_GCC_GOLD=y
|
||||
CT_CC_GCC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_GCC_EXTRA_CONFIG_ARRAY=""
|
||||
|
Reference in New Issue
Block a user