瀏覽代碼

Add ../compiler/mips unit directory for mipsel

git-svn-id: trunk@21894 -
pierre 13 年之前
父節點
當前提交
2566809146
共有 1 個文件被更改,包括 5 次插入0 次删除
  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: