diff options
| author | Petr Machacek <machacek@2n.com> | 2023-09-12 09:11:50 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-03-12 20:38:30 +0200 |
| commit | eb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3 (patch) | |
| tree | a4569279dd3dc926bb8fff9b9d095c1fe9223a1b /docs/markdown/snippets | |
| parent | 7399be4ab263f7729e0f516aba3bbfea07aa593d (diff) | |
| download | meson-eb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3.tar.gz | |
Added support for Texas Instruments C6000 compiler.
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/ti_c6000_compiler_support.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/ti_c6000_compiler_support.md b/docs/markdown/snippets/ti_c6000_compiler_support.md new file mode 100644 index 000000000..03533e609 --- /dev/null +++ b/docs/markdown/snippets/ti_c6000_compiler_support.md @@ -0,0 +1,4 @@ +## Support for Texas Instruments C6000 C/C++ compiler + +Meson now supports the TI C6000 C/C++ compiler use for the C6000 cpu family. +The example cross file is available in `cross/ti-c6000.txt`. |
