Skip to content

Commit 7d8fa4d

Browse files
committed
tricore: enable Ada, D and Fortran
refs compiler-explorer/compiler-explorer#6321 Signed-off-by: Marc Poulhiès <[email protected]>
1 parent ff1c6d0 commit 7d8fa4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/latest/tricore-11.3.0.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,10 @@ CT_ALL_CC_CHOICES="GCC"
570570
# Additional supported languages:
571571
#
572572
CT_CC_LANG_CXX=y
573-
# CT_CC_LANG_FORTRAN is not set
573+
CT_CC_LANG_FORTRAN=y
574574
# CT_CC_LANG_JIT is not set
575-
# CT_CC_LANG_ADA is not set
576-
# CT_CC_LANG_D is not set
575+
CT_CC_LANG_ADA=y
576+
CT_CC_LANG_D=y
577577
CT_CC_LANG_OTHERS=""
578578
# end of C compiler
579579

0 commit comments

Comments
 (0)