diff options
Diffstat (limited to 'docs/markdown/snippets/ti_compilers.md')
-rw-r--r-- | docs/markdown/snippets/ti_compilers.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/ti_compilers.md b/docs/markdown/snippets/ti_compilers.md deleted file mode 100644 index 7683331..0000000 --- a/docs/markdown/snippets/ti_compilers.md +++ /dev/null @@ -1,8 +0,0 @@ -## Added support for Texas Instruments MSP430 and ARM compilers - -Meson now supports the TI [MSP430](https://www.ti.com/tool/MSP-CGT) and -[ARM](https://www.ti.com/tool/ARM-CGT) toolchains. The compiler and linker are -identified as `ti` and `ti-ar`, respectively. To maintain backwards -compatibility with existing build definitions, the [C2000 -toolchain](https://www.ti.com/tool/C2000-CGT) is still identified as `c2000` and -`ar2000`. |