Bläddra i källkod

+ CPU target i8086 in top level Makefile.fpc

git-svn-id: branches/i8086@23934 -
florian 12 år sedan
förälder
incheckning
a52a1b62b4
1 ändrade filer med 3 tillägg och 0 borttagningar
  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)