Update GCC to 7.5.0 to Add C++17 support

This commit is contained in:
Bensuperpc 2021-05-04 15:19:58 +02:00
parent 7a475a0f4a
commit fdbb1affe3
5 changed files with 17 additions and 7 deletions

View File

@ -349,7 +349,7 @@ CT_CC_CORE_PASSES_NEEDED=y
CT_CC_CORE_PASS_1_NEEDED=y CT_CC_CORE_PASS_1_NEEDED=y
CT_CC_CORE_PASS_2_NEEDED=y CT_CC_CORE_PASS_2_NEEDED=y
CT_CC_gcc=y CT_CC_gcc=y
CT_CC_GCC_VERSION="4.9.4" CT_CC_GCC_VERSION="7.5.0"
# CT_CC_GCC_SHOW_LINARO is not set # 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 is not set
# CT_CC_GCC_V_5_4_0 is not set # CT_CC_GCC_V_5_4_0 is not set

View File

@ -355,7 +355,7 @@ CT_CC_CORE_PASSES_NEEDED=y
CT_CC_CORE_PASS_1_NEEDED=y CT_CC_CORE_PASS_1_NEEDED=y
CT_CC_CORE_PASS_2_NEEDED=y CT_CC_CORE_PASS_2_NEEDED=y
CT_CC_gcc=y CT_CC_gcc=y
CT_CC_GCC_VERSION="4.9.4" CT_CC_GCC_VERSION="7.5.0"
# CT_CC_GCC_SHOW_LINARO is not set # 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 is not set
# CT_CC_GCC_V_5_4_0 is not set # CT_CC_GCC_V_5_4_0 is not set
@ -363,6 +363,10 @@ CT_CC_GCC_V_4_9_4=y
CT_CC_GCC_4_8_or_later=y CT_CC_GCC_4_8_or_later=y
CT_CC_GCC_4_9=y CT_CC_GCC_4_9=y
CT_CC_GCC_4_9_or_later=y CT_CC_GCC_4_9_or_later=y
CT_CC_GCC_6=y
CT_CC_GCC_6_or_later=y
CT_CC_GCC_7=y
CT_CC_GCC_7_or_later=y
CT_CC_GCC_ENABLE_PLUGINS=y CT_CC_GCC_ENABLE_PLUGINS=y
CT_CC_GCC_GOLD=y CT_CC_GCC_GOLD=y
CT_CC_GCC_ENABLE_CXX_FLAGS="" CT_CC_GCC_ENABLE_CXX_FLAGS=""

View File

@ -355,7 +355,7 @@ CT_CC_CORE_PASSES_NEEDED=y
CT_CC_CORE_PASS_1_NEEDED=y CT_CC_CORE_PASS_1_NEEDED=y
CT_CC_CORE_PASS_2_NEEDED=y CT_CC_CORE_PASS_2_NEEDED=y
CT_CC_gcc=y CT_CC_gcc=y
CT_CC_GCC_VERSION="4.9.4" CT_CC_GCC_VERSION="7.5.0"
# CT_CC_GCC_SHOW_LINARO is not set # 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 is not set
# CT_CC_GCC_V_5_4_0 is not set # CT_CC_GCC_V_5_4_0 is not set
@ -363,6 +363,10 @@ CT_CC_GCC_V_4_9_4=y
CT_CC_GCC_4_8_or_later=y CT_CC_GCC_4_8_or_later=y
CT_CC_GCC_4_9=y CT_CC_GCC_4_9=y
CT_CC_GCC_4_9_or_later=y CT_CC_GCC_4_9_or_later=y
CT_CC_GCC_6=y
CT_CC_GCC_6_or_later=y
CT_CC_GCC_7=y
CT_CC_GCC_7_or_later=y
CT_CC_GCC_ENABLE_PLUGINS=y CT_CC_GCC_ENABLE_PLUGINS=y
CT_CC_GCC_GOLD=y CT_CC_GCC_GOLD=y
CT_CC_GCC_ENABLE_CXX_FLAGS="" CT_CC_GCC_ENABLE_CXX_FLAGS=""

View File

@ -342,9 +342,10 @@ CT_CC_CORE_PASSES_NEEDED=y
CT_CC_CORE_PASS_1_NEEDED=y CT_CC_CORE_PASS_1_NEEDED=y
CT_CC_CORE_PASS_2_NEEDED=y CT_CC_CORE_PASS_2_NEEDED=y
CT_CC_gcc=y CT_CC_gcc=y
CT_CC_GCC_VERSION="6.3.0" CT_CC_GCC_VERSION="7.5.0"
# CT_CC_GCC_SHOW_LINARO is not set # CT_CC_GCC_SHOW_LINARO is not set
CT_CC_GCC_V_6_3_0=y CT_CC_GCC_V_6_3_0 is not set
CT_CC_GCC_V_7_5_0=y
# CT_CC_GCC_V_5_4_0 is not set # CT_CC_GCC_V_5_4_0 is not set
# CT_CC_GCC_V_4_9_4 is not set # CT_CC_GCC_V_4_9_4 is not set
CT_CC_GCC_4_8_or_later=y CT_CC_GCC_4_8_or_later=y

View File

@ -349,9 +349,10 @@ CT_CC_CORE_PASSES_NEEDED=y
CT_CC_CORE_PASS_1_NEEDED=y CT_CC_CORE_PASS_1_NEEDED=y
CT_CC_CORE_PASS_2_NEEDED=y CT_CC_CORE_PASS_2_NEEDED=y
CT_CC_gcc=y CT_CC_gcc=y
CT_CC_GCC_VERSION="6.3.0" CT_CC_GCC_VERSION="7.5.0"
# CT_CC_GCC_SHOW_LINARO is not set # CT_CC_GCC_SHOW_LINARO is not set
CT_CC_GCC_V_6_3_0=y CT_CC_GCC_V_6_3_0 is not set
CT_CC_GCC_V_7_5_0=y
# CT_CC_GCC_V_5_4_0 is not set # CT_CC_GCC_V_5_4_0 is not set
# CT_CC_GCC_V_4_9_4 is not set # CT_CC_GCC_V_4_9_4 is not set
CT_CC_GCC_4_8_or_later=y CT_CC_GCC_4_8_or_later=y