From 77833a32fa34fe34c14568a479c0a93e6fda90cb Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 19 Mar 2013 20:11:30 +0000 Subject: + 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 --- Makefile.fpc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.fpc') 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) -- cgit v1.2.1