浏览代码

Add specific directory options for sparc (sparc64 still disabled)

git-svn-id: trunk@36388 -
pierre 8 年之前
父节点
当前提交
278af23f94
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ide/fpmake.pp

+ 5 - 0
ide/fpmake.pp

@@ -202,6 +202,11 @@ begin
       P.Options.Add('-Fu../compiler/x86');
     if CompilerTarget in [powerpc, powerpc64] then
       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
       P.Options.Add('-dNOOPT');
     if CompilerTarget = mipsel then