mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +01:00
Fix: enable build id and fortran on linux-arm64
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
4f1ad856dd
commit
ab75e7c5a0
@ -628,7 +628,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
# CT_CC_GCC_BUILD_ID is not set
|
CT_CC_GCC_BUILD_ID=y
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
@ -645,7 +645,7 @@ CT_ALL_CC_CHOICES="GCC"
|
|||||||
# Additional supported languages:
|
# Additional supported languages:
|
||||||
#
|
#
|
||||||
CT_CC_LANG_CXX=y
|
CT_CC_LANG_CXX=y
|
||||||
# CT_CC_LANG_FORTRAN is not set
|
CT_CC_LANG_FORTRAN=y
|
||||||
# end of C compiler
|
# end of C compiler
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user