Browse Source

+ CPU target i8086 in top level Makefile.fpc

git-svn-id: branches/i8086@23934 -
florian 12 years ago
parent
commit
a52a1b62b4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile.fpc

+ 3 - 0
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)