浏览代码

Disable threading and dynlibs features for msdos OS target by default

git-svn-id: trunk@36123 -
pierre 8 年之前
父节点
当前提交
65fadcaa53
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -3104,6 +3104,8 @@ begin
     system_i386_nativent:
     system_i386_nativent:
       // until these features are implemented, they are disabled in the compiler
       // until these features are implemented, they are disabled in the compiler
       target_unsup_features:=[f_stackcheck];
       target_unsup_features:=[f_stackcheck];
+    system_i8086_msdos:
+      target_unsup_features:=[f_threading,f_dynlibs];
     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,