aboutsummaryrefslogtreecommitdiff
path: root/cross
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 /cross
parent7399be4ab263f7729e0f516aba3bbfea07aa593d (diff)
downloadmeson-eb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3.zip
meson-eb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3.tar.gz
meson-eb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3.tar.bz2
Added support for Texas Instruments C6000 compiler.
Diffstat (limited to 'cross')
-rw-r--r--cross/ti-c6000.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/cross/ti-c6000.txt b/cross/ti-c6000.txt
new file mode 100644
index 0000000..f9361cf
--- /dev/null
+++ b/cross/ti-c6000.txt
@@ -0,0 +1,22 @@
+# Cross file tested on Texas Instruments C6000 compiler (bare metal DSP devices)
+# This file assumes that path to the Texas Instruments C6000 toolchain is added
+# to the environment(PATH) variable.
+
+[host_machine]
+system = 'c6000'
+cpu_family = 'c6000'
+cpu = 'c64x'
+endian = 'little'
+
+[binaries]
+c = 'cl6x'
+cpp = 'cl6x'
+ar = 'ar6x'
+strip = 'strip6x'
+nm = 'nm6x'
+as = 'asm6x'
+
+[properties]
+needs_exe_wrapper = true
+has_function_printf = true
+bits = 32