diff options
| author | gerioldman <k.gergo49@gmail.com> | 2023-09-23 00:33:39 +0200 |
|---|---|---|
| committer | gerioldman <k.gergo49@gmail.com> | 2025-01-08 01:52:03 +0100 |
| commit | 62c5db2cb3809e584bd4faef5c0a9d112e36a29c (patch) | |
| tree | 4a74e3e62377bfa54b7252ea78a67d598d9a26ae /docs/markdown | |
| parent | a05135fe94383e82147442d701f18c49dfc4ef00 (diff) | |
| download | meson-62c5db2cb3809e584bd4faef5c0a9d112e36a29c.tar.gz | |
Add TASKING compiler support
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Builtin-options.md | 2 | ||||
| -rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
