mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
m68k: also have tf_safecall_clearstack flag defined for Linux
git-svn-id: trunk@36611 -
This commit is contained in:
parent
3fd4e52345
commit
ad89a972e5
@ -170,7 +170,7 @@ unit i_linux;
|
|||||||
name : 'Linux for m68k';
|
name : 'Linux for m68k';
|
||||||
shortname : 'Linux';
|
shortname : 'Linux';
|
||||||
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
||||||
tf_smartlink_sections,tf_safecall_exceptions,
|
tf_smartlink_sections,tf_safecall_exceptions,tf_safecall_clearstack,
|
||||||
tf_requires_proper_alignment, { Coldfire seems to need this at least (KB) }
|
tf_requires_proper_alignment, { Coldfire seems to need this at least (KB) }
|
||||||
tf_has_winlike_resources];
|
tf_has_winlike_resources];
|
||||||
cpu : cpu_m68k;
|
cpu : cpu_m68k;
|
||||||
|
Loading…
Reference in New Issue
Block a user