summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.fpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fpc b/Makefile.fpc
index f0d48c1585..a4e6518bae 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -73,6 +73,9 @@ endif
ifeq ($(CPU_TARGET),mipsel)
PPSUF=mipsel
endif
+ifeq ($(CPU_TARGET),i8086)
+PPSUF=8086
+endif
# cross compilers uses full cpu_target, not just ppc-suffix
# (except if the target cannot run a native compiler)