mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +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
|
||||
{$ifdef cpuarm}
|
||||
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
|
||||
{$define slowcpu}
|
||||
{$endif cpuarm}
|
||||
{$endif}
|
||||
|
||||
{$ifdef slowcpu}
|
||||
threadcount = 40;
|
||||
|
@ -6,10 +6,7 @@ program ValidateStrToInt;
|
||||
{$mode delphi}
|
||||
{$ENDIF}
|
||||
|
||||
{$ifdef cpuarm}
|
||||
{$define slowcpu}
|
||||
{$endif}
|
||||
{$ifdef cpumips}
|
||||
{$if defined(cpuarm) or defined(cpuavr) or defined(cpui8086) or defined(cpum68k) or defined(cpumips) or defined(cpuz80)}
|
||||
{$define slowcpu}
|
||||
{$endif}
|
||||
{$ifdef android}
|
||||
|
Loading…
Reference in New Issue
Block a user