Browse Source

+ set target unsupported features for system_mos6502_oric

Nikolay Nikolov 3 days ago
parent
commit
2197311153
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -2213,6 +2213,8 @@ begin
       target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
       target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     system_z80_msxdos:
     system_z80_msxdos:
       target_unsup_features:=[f_threading,f_dynlibs];
       target_unsup_features:=[f_threading,f_dynlibs];
+    system_mos6502_oric:
+      target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     else
     else
       target_unsup_features:=[];
       target_unsup_features:=[];
   end;
   end;