Add ../compiler/mips unit directory for mipsel

git-svn-id: trunk@21894 -
This commit is contained in:
pierre 2012-07-12 09:10:39 +00:00
parent ecddfb7838
commit 2566809146

View File

@ -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: