+ sparc64 support enabled in fpmake for the IDE

git-svn-id: trunk@36527 -
This commit is contained in:
florian 2017-06-18 21:06:32 +00:00
parent 1f23bb3e6b
commit c649cdd23b

View File

@ -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');