소스 검색

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: