Explorar o código

+ CPU target i8086 in top level Makefile.fpc

git-svn-id: branches/i8086@23934 -
florian %!s(int64=12) %!d(string=hai) anos
pai
achega
a52a1b62b4
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)