mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
Extend list of CPUs defining slowcpu conditional in tmt1 and tw8177 sources
git-svn-id: trunk@48816 -
This commit is contained in:
parent
2932787dee
commit
58171b4308
@ -11,9 +11,9 @@ uses
|
|||||||
;
|
;
|
||||||
|
|
||||||
const
|
const
|
||||||
{$ifdef cpuarm}
|
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
|
||||||
{$define slowcpu}
|
{$define slowcpu}
|
||||||
{$endif cpuarm}
|
{$endif}
|
||||||
|
|
||||||
{$ifdef slowcpu}
|
{$ifdef slowcpu}
|
||||||
threadcount = 40;
|
threadcount = 40;
|
||||||
|
@ -6,10 +6,7 @@ program ValidateStrToInt;
|
|||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$ifdef cpuarm}
|
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
|
||||||
{$define slowcpu}
|
|
||||||
{$endif}
|
|
||||||
{$ifdef cpumips}
|
|
||||||
{$define slowcpu}
|
{$define slowcpu}
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef android}
|
{$ifdef android}
|
||||||
|
Loading…
Reference in New Issue
Block a user