Ver código fonte

Add ../compiler/mips unit directory for mipsel

git-svn-id: trunk@21894 -
pierre 13 anos atrás
pai
commit
2566809146
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      ide/compiler/Makefile.fpc

+ 5 - 0
ide/compiler/Makefile.fpc

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