Browse Source

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 years ago
parent
commit
b2ff3f82bc
1 changed files with 1 additions and 1 deletions
  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;
             name         : '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;
             unit_env     : 'PALMUNITS';
             extradefines : '';