mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 05:00:12 +02:00
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 -
This commit is contained in:
parent
94ec8ad854
commit
b2ff3f82bc
@ -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 : '';
|
||||
|
Loading…
Reference in New Issue
Block a user