Explorar o código

Add ../compiler/mips unit directory for mipsel

git-svn-id: trunk@21894 -
pierre %!s(int64=13) %!d(string=hai) anos
pai
achega
2566809146
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      ide/compiler/Makefile.fpc

+ 5 - 0
ide/compiler/Makefile.fpc

@@ -57,6 +57,11 @@ endif
 ifeq ($(PPC_TARGET),powerpc64)
 ifeq ($(PPC_TARGET),powerpc64)
 override FPCOPT+= -Fu$(COMPILERDIR)/ppcgen
 override FPCOPT+= -Fu$(COMPILERDIR)/ppcgen
 endif
 endif
+# mipsel specific
+ifeq ($(PPC_TARGET),mipsel)
+override FPCOPT+= -Fu$(COMPILERDIR)/mips
+endif
+
 
 
 [rules]
 [rules]
 .NOTPARALLEL:
 .NOTPARALLEL: