summaryrefslogtreecommitdiff
path: root/compiler/version.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/version.pas')
-rw-r--r--compiler/version.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/version.pas b/compiler/version.pas
index 662a8b8373..22641b765a 100644
--- a/compiler/version.pas
+++ b/compiler/version.pas
@@ -80,6 +80,9 @@ interface
{$ifdef cpuriscv32}
source_cpu_string = 'riscv32';
{$endif cpuriscv32}
+{$ifdef cpuxtensa}
+ source_cpu_string = 'xtensa';
+{$endif cpuxtensa}
function version_string:string;
function full_version_string:string;