aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index c6e9a0c..c296573 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -689,7 +689,7 @@ class Environment:
version = search_version(out)
guess_gcc_or_lcc = False
- if 'Free Software Foundation' in out:
+ if 'Free Software Foundation' in out or 'xt-' in out:
guess_gcc_or_lcc = 'gcc'
if 'e2k' in out and 'lcc' in out:
guess_gcc_or_lcc = 'lcc'