summaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-tables.md
diff options
context:
space:
mode:
authorgerioldman <k.gergo49@gmail.com>2024-08-28 02:57:56 +0200
committergerioldman <k.gergo49@gmail.com>2025-01-08 01:52:03 +0100
commitb95e1777ddbf0f8aebb56b84a6011468088c06ec (patch)
treea4b439294301a8cf1a885d6e8fcd597c9bc621c8 /docs/markdown/Reference-tables.md
parent62c5db2cb3809e584bd4faef5c0a9d112e36a29c (diff)
downloadmeson-b95e1777ddbf0f8aebb56b84a6011468088c06ec.tar.gz
First draft version of Tasking MIL linking with b_lto and prelinking
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r--docs/markdown/Reference-tables.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index 9db23a0c0..5b27e3de5 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -49,11 +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 | |
-| cctc | TASKING VX-toolset for TriCore compiler | |
-| ccarm | TASKING VX-toolset for ARM compiler | |
-| cc51 | TASKING VX-toolset for 8051 compiler | |
-| ccmcs | TASKING VX-toolset for MCS compiler | |
-| ccpcp | TASKING VX-toolset for PCP compiler | |
+| tasking | TASKING VX-toolset | |
## Linker ids
@@ -85,11 +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 |
-| ltc | TASKING VX-toolset for TriCore linker |
-| lkarm | TASKING VX-toolset for ARM linker |
-| lk51 | TASKING VX-toolset for 8051 linker |
-| lmsc | TASKING VX-toolset for MCS linker |
-| lpcp | TASKING VX-toolset for PCP linker |
+| 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.