瀏覽代碼

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 年之前
父節點
當前提交
05642cd495
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;