From 62c5db2cb3809e584bd4faef5c0a9d112e36a29c Mon Sep 17 00:00:00 2001 From: gerioldman Date: Sat, 23 Sep 2023 00:33:39 +0200 Subject: Add TASKING compiler support --- docs/markdown/Builtin-options.md | 2 +- docs/markdown/Reference-tables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index a14f99f29..8d1772a43 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -223,7 +223,7 @@ available on all platforms or with all compilers: | b_staticpic | true | true, false | Build static libraries as position independent | | b_pie | false | true, false | Build position-independent executables (since 0.49.0) | | b_vscrt | from_buildtype | none, md, mdd, mt, mtd, from_buildtype, static_from_buildtype | VS runtime library to use (since 0.48.0) (static_from_buildtype since 0.56.0) | -| b_tasking_mil_link | false | true, false | Use MIL linking for the TASKING VX-tools compiler family (since 1.?.?) | +| b_tasking_mil_link | false | true, false | Use MIL linking for the TASKING VX-tools compiler family (since 1.4.0) | The value of `b_sanitize` can be one of: `none`, `address`, `thread`, `undefined`, `memory`, `leak`, `address,undefined`, but note that some diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 7f8e5af2c..9db23a0c0 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -52,7 +52,7 @@ These are return values of the `get_id` (Compiler family) and | cctc | TASKING VX-toolset for TriCore compiler | | | ccarm | TASKING VX-toolset for ARM compiler | | | cc51 | TASKING VX-toolset for 8051 compiler | | -| ccmsc | TASKING VX-toolset for MCS compiler | | +| ccmcs | TASKING VX-toolset for MCS compiler | | | ccpcp | TASKING VX-toolset for PCP compiler | | ## Linker ids -- cgit v1.2.3