From eb74bb8dbf74ac22a02e369b6622ee0ef8b5d6a3 Mon Sep 17 00:00:00 2001 From: Petr Machacek Date: Tue, 12 Sep 2023 09:11:50 +0200 Subject: Added support for Texas Instruments C6000 compiler. --- mesonbuild/compilers/cpp.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mesonbuild/compilers/cpp.py') diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py index 0ff89a3ea..c5c2735ad 100644 --- a/mesonbuild/compilers/cpp.py +++ b/mesonbuild/compilers/cpp.py @@ -960,6 +960,9 @@ class C2000CPPCompiler(TICPPCompiler): # Required for backwards compat with projects created before ti-cgt support existed id = 'c2000' +class C6000CPPCompiler(TICPPCompiler): + id = 'c6000' + class MetrowerksCPPCompilerARM(MetrowerksCompiler, CPPCompiler): id = 'mwccarm' -- cgit v1.2.3