From 2232d9b0d7a70ebd0492cf359ebc737e4d14aaaf Mon Sep 17 00:00:00 2001 From: laksen Date: Sat, 21 Mar 2020 20:59:33 +0000 Subject: makefiles: Add support for xtensa-embedded target. git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44332 3ad0048d-3df7-0310-abae-a5850022a9f2 --- Makefile.fpc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.fpc') 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) -- cgit v1.2.1