diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-09 14:50:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 14:50:49 +0200 |
| commit | 5713f6a7ef2eda8606dd488985b4f74678815cca (patch) | |
| tree | bf5b1a1b5cf1f93502ce17c28587cce7c8860954 /docs | |
| parent | d7c26133bb6ed8344214c9c07bd8b5011abeb00d (diff) | |
| parent | b95e1777ddbf0f8aebb56b84a6011468088c06ec (diff) | |
| download | meson-5713f6a7ef2eda8606dd488985b4f74678815cca.tar.gz | |
Merge pull request #12342 from gerioldman/TaskingCCompiler
Add support for the TASKING compiler family, and its MIL linking feature
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Reference-tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 0cf8bcfd7..5b27e3de5 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -49,6 +49,7 @@ These are return values of the `get_id` (Compiler family) and | armasm | Microsoft Macro Assembler for ARM and AARCH64 (Since 0.64.0) | | | mwasmarm | Metrowerks Assembler for Embedded ARM | | | mwasmeppc | Metrowerks Assembler for Embedded PowerPC | | +| tasking | TASKING VX-toolset | | ## Linker ids @@ -80,6 +81,7 @@ These are return values of the `get_linker_id` method in a compiler object. | ccomp | CompCert used as the linker driver | | mwldarm | The Metrowerks Linker with the ARM interface, used with mwccarm only | | mwldeppc | The Metrowerks Linker with the PowerPC interface, used with mwcceppc only | +| tasking | TASKING VX-toolset | For languages that don't have separate dynamic linkers such as C# and Java, the `get_linker_id` will return the compiler name. @@ -139,6 +141,7 @@ set in the cross file. | wasm64 | 64 bit Webassembly | | x86 | 32 bit x86 processor | | x86_64 | 64 bit x86 processor | +| tricore | Tricore 32 bit processor | Any cpu family not listed in the above list is not guaranteed to |
