Explorar o código

Add specific directory options for sparc and sparc64

git-svn-id: trunk@36386 -
pierre %!s(int64=8) %!d(string=hai) anos
pai
achega
8a16ad775e
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      ide/compiler/Makefile.fpc

+ 8 - 0
ide/compiler/Makefile.fpc

@@ -67,6 +67,14 @@ endif
 ifeq ($(PPC_TARGET),mipsel)
 override FPCOPT+= -Fu$(COMPILERDIR)/mips
 endif
+# sparc specific
+ifeq ($(PPC_TARGET),sparc)
+override FPCOPT+= -Fu$(COMPILERDIR)/sparcgen -Fi$(COMPILERDIR)/sparcgen
+endif
+# sparc64 specific
+ifeq ($(PPC_TARGET),sparc64)
+override FPCOPT+= -Fu$(COMPILERDIR)/sparcgen -Fi$(COMPILERDIR)/sparcgen
+endif
 
 
 [rules]