Explorar o código

- disable some rtl/compiler features on the ZX Spectrum

git-svn-id: branches/z80@44909 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
e261ea8e2b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -3363,6 +3363,8 @@ begin
       lets disable the feature. }
       lets disable the feature. }
     system_m68k_amiga:
     system_m68k_amiga:
       target_unsup_features:=[f_dynlibs];
       target_unsup_features:=[f_dynlibs];
+    system_z80_zxspectrum:
+      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;