summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fpc')
-rw-r--r--Makefile.fpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fpc b/Makefile.fpc
index dcc814d0f0..2a2c512582 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -91,6 +91,9 @@ endif
ifeq ($(CPU_TARGET),riscv64)
PPSUF=rv64
endif
+ifeq ($(CPU_TARGET),xtensa)
+PPSUF=xtensa
+endif
# cross compilers uses full cpu_target, not just ppc-suffix
# (except if the target cannot run a native compiler)