Browse Source

+ sparc64 support enabled in fpmake for the IDE

git-svn-id: trunk@36527 -
florian 8 years ago
parent
commit
c649cdd23b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpmake.pp

+ 1 - 1
ide/fpmake.pp

@@ -202,7 +202,7 @@ 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
+    if CompilerTarget in [sparc, sparc64] then
       begin
       begin
         P.Options.Add('-Fu../compiler/sparcgen');
         P.Options.Add('-Fu../compiler/sparcgen');
         P.Options.add('-Fi../compiler/sparcgen');
         P.Options.add('-Fi../compiler/sparcgen');