summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorPetr Machacek <machacek@2n.com>2023-09-12 09:11:50 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-03-12 20:38:30 +0200
commiteb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3 (patch)
treea4569279dd3dc926bb8fff9b9d095c1fe9223a1b /docs/markdown/snippets
parent7399be4ab263f7729e0f516aba3bbfea07aa593d (diff)
downloadmeson-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.md4
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`.