Explorar o código

+ sparc64 support enabled in fpmake for the IDE

git-svn-id: trunk@36527 -
florian %!s(int64=8) %!d(string=hai) anos
pai
achega
c649cdd23b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ide/fpmake.pp

+ 1 - 1
ide/fpmake.pp

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