mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:50:54 +02:00
Add ../compiler/mips unit directory for mipsel
git-svn-id: trunk@21894 -
This commit is contained in:
parent
ecddfb7838
commit
2566809146
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user