summaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
diff options
context:
space:
mode:
authorgerioldman <k.gergo49@gmail.com>2023-09-23 00:33:39 +0200
committergerioldman <k.gergo49@gmail.com>2025-01-08 01:52:03 +0100
commit62c5db2cb3809e584bd4faef5c0a9d112e36a29c (patch)
tree4a74e3e62377bfa54b7252ea78a67d598d9a26ae /mesonbuild/envconfig.py
parenta05135fe94383e82147442d701f18c49dfc4ef00 (diff)
downloadmeson-62c5db2cb3809e584bd4faef5c0a9d112e36a29c.tar.gz
Add TASKING compiler support
Diffstat (limited to 'mesonbuild/envconfig.py')
-rw-r--r--mesonbuild/envconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
index c99ae4b01..4055b2176 100644
--- a/mesonbuild/envconfig.py
+++ b/mesonbuild/envconfig.py
@@ -64,6 +64,7 @@ known_cpu_families = (
'wasm64',
'x86',
'x86_64',
+ 'tricore'
)
# It would feel more natural to call this "64_BIT_CPU_FAMILIES", but