mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
atari: switch off threading for atari tos. i think if we'll ever support MiNT, that should be a separate target, with all the advanced features enabled
git-svn-id: trunk@37877 -
This commit is contained in:
parent
bde64031d5
commit
05642cd495
@ -3157,6 +3157,8 @@ begin
|
||||
system_arm_palmos,
|
||||
system_m68k_palmos:
|
||||
target_unsup_features:=[f_threading];
|
||||
system_m68k_atari:
|
||||
target_unsup_features:=[f_threading];
|
||||
else
|
||||
target_unsup_features:=[];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user