Bläddra i källkod

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 år sedan
förälder
incheckning
05642cd495
1 ändrade filer med 2 tillägg och 0 borttagningar
  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;