Browse Source

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 -
Károly Balogh 7 years ago
parent
commit
05642cd495
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -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;