瀏覽代碼

m68k: palmos and atari doesn't support threading

git-svn-id: trunk@37027 -
Károly Balogh 8 年之前
父節點
當前提交
8db10af841
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/options.pas

+ 4 - 0
compiler/options.pas

@@ -3145,6 +3145,10 @@ begin
       target_unsup_features:=[f_heap,f_textio,f_consoleio,f_fileio,
       target_unsup_features:=[f_heap,f_textio,f_consoleio,f_fileio,
          f_variants,f_objects,f_commandargs,
          f_variants,f_objects,f_commandargs,
          f_processes,f_stackcheck,f_dynlibs,f_softfpu,f_objectivec1,f_resources];
          f_processes,f_stackcheck,f_dynlibs,f_softfpu,f_objectivec1,f_resources];
+    system_m68k_atari:
+      target_unsup_features:=[f_threading];
+    system_m68k_palmos:
+      target_unsup_features:=[f_threading];
     else
     else
       target_unsup_features:=[];
       target_unsup_features:=[];
   end;
   end;