summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-03-19 20:11:30 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-03-19 20:11:30 +0000
commit77833a32fa34fe34c14568a479c0a93e6fda90cb (patch)
tree08864af7b8faaebe3115769e47986031d183b174 /Makefile.fpc
parentb1101f6044a558ec84150cc8509aaa5d5ee832e2 (diff)
downloadfpc-77833a32fa34fe34c14568a479c0a93e6fda90cb.tar.gz
+ CPU target i8086 in top level Makefile.fpc
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/i8086@23934 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 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)