소스 검색

- disable some rtl/compiler features on the ZX Spectrum

git-svn-id: branches/z80@44909 -
nickysn 5 년 전
부모
커밋
e261ea8e2b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -3363,6 +3363,8 @@ begin
       lets disable the feature. }
     system_m68k_amiga:
       target_unsup_features:=[f_dynlibs];
+    system_z80_zxspectrum:
+      target_unsup_features:=[f_threading,f_dynlibs,f_fileio,f_textio,f_commandargs,f_exitcode];
     else
       target_unsup_features:=[];
   end;