mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-15 07:21:33 +01:00
Fix build fail with ppc64le and s390x
Upgrade to GCC 7.3.0, issues with GCC 6.3.0: https://github.com/crosstool-ng/crosstool-ng/issues/992 Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
c3e7c21317
commit
3e25903355
@ -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="6.3.0"
|
CT_CC_GCC_VERSION="7.3.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=y
|
||||||
# CT_CC_GCC_V_5_4_0 is not set
|
# CT_CC_GCC_V_5_4_0 is not set
|
||||||
|
@ -343,7 +343,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="6.3.0"
|
CT_CC_GCC_VERSION="7.3.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=y
|
||||||
# CT_CC_GCC_V_5_4_0 is not set
|
# CT_CC_GCC_V_5_4_0 is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user