mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 05:29:31 +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}
|
{$ifdef aarch64}
|
||||||
ppcbin:='ppca64';
|
ppcbin:='ppca64';
|
||||||
processorname:='aarch64';
|
processorname:='aarch64';
|
||||||
{$endif arm}
|
{$endif aarch64}
|
||||||
{$ifdef sparc}
|
{$ifdef sparc}
|
||||||
ppcbin:='ppcsparc';
|
ppcbin:='ppcsparc';
|
||||||
processorname:='sparc';
|
processorname:='sparc';
|
||||||
{$endif sparc}
|
{$endif sparc}
|
||||||
|
{$ifdef sparc64}
|
||||||
|
ppcbin:='ppcsparc64';
|
||||||
|
processorname:='sparc64';
|
||||||
|
{$endif sparc64}
|
||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
ppcbin:='ppcx64';
|
ppcbin:='ppcx64';
|
||||||
processorname:='x86_64';
|
processorname:='x86_64';
|
||||||
|
Loading…
Reference in New Issue
Block a user