Sfoglia il codice sorgente

Add ../compiler/mips unit directory for mipsel

git-svn-id: trunk@21894 -
pierre 13 anni fa
parent
commit
2566809146
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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: