mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 23:01:28 +02:00
+ Add SUPPORT_SAFECALL conditional
git-svn-id: trunk@22487 -
This commit is contained in:
parent
2f24527ea0
commit
f36c769c2f
@ -60,6 +60,7 @@
|
||||
{$define cpumm}
|
||||
{$define fewintregisters}
|
||||
{$define cpurox}
|
||||
{$define SUPPORT_SAFECALL}
|
||||
{$endif i386}
|
||||
|
||||
{$ifdef x86_64}
|
||||
@ -73,6 +74,7 @@
|
||||
{$define cpumm}
|
||||
{$define cpurox}
|
||||
{$define cpurefshaveindexreg}
|
||||
{$define SUPPORT_SAFECALL}
|
||||
{$endif x86_64}
|
||||
|
||||
{$ifdef ia64}
|
||||
@ -96,6 +98,7 @@
|
||||
{$define cpuflags}
|
||||
{$define cputargethasfixedstack}
|
||||
{$define cpurefshaveindexreg}
|
||||
{$define SUPPORT_SAFECALL}
|
||||
{$endif sparc}
|
||||
|
||||
{$ifdef powerpc}
|
||||
@ -131,6 +134,7 @@
|
||||
{$define cpurox}
|
||||
{$define cputargethasfixedstack}
|
||||
{$define cpurefshaveindexreg}
|
||||
{$define SUPPORT_SAFECALL}
|
||||
{ default to armel }
|
||||
{$if not(defined(CPUARM)) and not(defined(CPUARMEB)) and not(defined(FPC_OARM)) and not(defined(FPC_ARMEB)) and not(defined(FPC_ARMHF))}
|
||||
{$define FPC_ARMEL}
|
||||
|
Loading…
Reference in New Issue
Block a user