Browse Source

- disable threading on win16

git-svn-id: trunk@37669 -
nickysn 7 years ago
parent
commit
1c8b607d92
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -3145,6 +3145,8 @@ begin
       target_unsup_features:=[f_stackcheck];
       target_unsup_features:=[f_stackcheck];
     system_i8086_msdos:
     system_i8086_msdos:
       target_unsup_features:=[f_threading,f_dynlibs];
       target_unsup_features:=[f_threading,f_dynlibs];
+    system_i8086_win16:
+      target_unsup_features:=[f_threading];
     system_jvm_java32,
     system_jvm_java32,
     system_jvm_android32:
     system_jvm_android32:
       target_unsup_features:=[f_heap,f_textio,f_consoleio,f_fileio,
       target_unsup_features:=[f_heap,f_textio,f_consoleio,f_fileio,