summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
authorlaksen <laksen@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-03-21 20:59:33 +0000
committerlaksen <laksen@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-03-21 20:59:33 +0000
commit2232d9b0d7a70ebd0492cf359ebc737e4d14aaaf (patch)
tree1af07d043f47ecd17a85776450fe40f6204e685d /Makefile.fpc
parent18618a92551a9e0e9d37370ebdb7c8bf7c32e47c (diff)
downloadfpc-2232d9b0d7a70ebd0492cf359ebc737e4d14aaaf.tar.gz
makefiles: Add support for xtensa-embedded target.
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44332 3ad0048d-3df7-0310-abae-a5850022a9f2
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)