mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Tasking: Add support for several compiler toolsets
Add support for the Tasking compiler toolset: * TriCore Compiler Toolset 6.3 (with TriCore, ARM, MCS, 8051 and PCP architecture compilers) * SmartCode Compiler Toolset 10.1 (with TriCore, ARC, MCS, 8051 architecture compilers) * ARM Compiler 6.0 * MCS Complier 3.3 * 8051 Compiler 7.2 Fixes: #23756
This commit is contained in:
committed by
Brad King
parent
0a9ce1ec3c
commit
94df5b6ef1
@@ -70,6 +70,7 @@ function(compiler_id_detection outvar lang)
|
||||
FujitsuClang
|
||||
Fujitsu
|
||||
GHS
|
||||
Tasking
|
||||
)
|
||||
if ("x${lang}" STREQUAL "xC")
|
||||
list(APPEND ordered_compilers
|
||||
|
||||
Reference in New Issue
Block a user