mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
+ sparc64 support enabled in fpmake for the IDE
git-svn-id: trunk@36527 -
This commit is contained in:
parent
1f23bb3e6b
commit
c649cdd23b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user