summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-04-19 04:57:45 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-04-19 04:57:45 +0000
commitf3a6a3c894bb46b54ea3fab3ee2ec527f3abf700 (patch)
tree253c16003740e7daa480768ff27c2e6a990b449c /Makefile.fpc
parent872169bc75ba5c8647cc58b4caebb65e8566439a (diff)
downloadfpc-f3a6a3c894bb46b54ea3fab3ee2ec527f3abf700.tar.gz
+ added PPSUF for z80 in makefile
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/z80@44835 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 4f19cfeebd..1478b5e45b 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -94,6 +94,9 @@ endif
ifeq ($(CPU_TARGET),xtensa)
PPSUF=xtensa
endif
+ifeq ($(CPU_TARGET),z80)
+PPSUF=z80
+endif
# cross compilers uses full cpu_target, not just ppc-suffix
# (except if the target cannot run a native compiler)