소스 검색

m68k: marked palmos as 'under development', as there's code there, but was never really tested with the current CG

git-svn-id: trunk@35316 -
Károly Balogh 8 년 전
부모
커밋
b2ff3f82bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_palmos.pas

+ 1 - 1
compiler/systems/i_palmos.pas

@@ -34,7 +34,7 @@ unit i_palmos;
             system       : system_m68k_PalmOS;
             system       : system_m68k_PalmOS;
             name         : 'PalmOS';
             name         : 'PalmOS';
             shortname    : 'PalmOS';
             shortname    : 'PalmOS';
-            flags        : [tf_code_small,tf_static_reg_based,tf_smartlink_sections];
+            flags        : [tf_under_development,tf_code_small,tf_static_reg_based,tf_smartlink_sections];
             cpu          : cpu_m68k;
             cpu          : cpu_m68k;
             unit_env     : 'PALMUNITS';
             unit_env     : 'PALMUNITS';
             extradefines : '';
             extradefines : '';