mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
94df5b6ef1
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
9 lines
292 B
ReStructuredText
9 lines
292 B
ReStructuredText
add_tasking_compiler
|
|
--------------------
|
|
|
|
* Support for the `Tasking compiler toolsets`_ (SmartCode, TriCore,
|
|
Standalone: ARM, MCS, 8051) was added with compiler id ``Tasking``.
|
|
See the :variable:`CMAKE_TASKING_TOOLSET` variable.
|
|
|
|
.. _`Tasking compiler toolsets`: https://tasking.com
|