mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 14:10:18 +02:00
+ sparc64 support for the fpc executable
git-svn-id: trunk@36959 -
This commit is contained in:
parent
7f286eb54e
commit
9529416ba0
@ -146,11 +146,15 @@ program fpc;
|
||||
{$ifdef aarch64}
|
||||
ppcbin:='ppca64';
|
||||
processorname:='aarch64';
|
||||
{$endif arm}
|
||||
{$endif aarch64}
|
||||
{$ifdef sparc}
|
||||
ppcbin:='ppcsparc';
|
||||
processorname:='sparc';
|
||||
{$endif sparc}
|
||||
{$ifdef sparc64}
|
||||
ppcbin:='ppcsparc64';
|
||||
processorname:='sparc64';
|
||||
{$endif sparc64}
|
||||
{$ifdef x86_64}
|
||||
ppcbin:='ppcx64';
|
||||
processorname:='x86_64';
|
||||
|
Loading…
Reference in New Issue
Block a user