Browse Source

Add specific directory options for sparc (sparc64 still disabled)

git-svn-id: trunk@36388 -
pierre 8 years ago
parent
commit
278af23f94
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ide/fpmake.pp

+ 5 - 0
ide/fpmake.pp

@@ -202,6 +202,11 @@ begin
       P.Options.Add('-Fu../compiler/x86');
       P.Options.Add('-Fu../compiler/x86');
     if CompilerTarget in [powerpc, powerpc64] then
     if CompilerTarget in [powerpc, powerpc64] then
       P.Options.Add('-Fu../compiler/ppcgen');
       P.Options.Add('-Fu../compiler/ppcgen');
+    if CompilerTarget in [sparc{, sparc64}] then
+      begin
+        P.Options.Add('-Fu../compiler/sparcgen');
+        P.Options.add('-Fi../compiler/sparcgen');
+      end;
     if CompilerTarget = x86_64 then
     if CompilerTarget = x86_64 then
       P.Options.Add('-dNOOPT');
       P.Options.Add('-dNOOPT');
     if CompilerTarget = mipsel then
     if CompilerTarget = mipsel then