mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
Fix a bunch of alignment problems for arm-embedded, mostly armv6m which uses the generic Move and FIllChar routines.
git-svn-id: trunk@32070 -
This commit is contained in:
parent
56c9903c0c
commit
4c8fc04a24
@ -33,7 +33,7 @@ unit i_embed;
|
||||
system : system_arm_embedded;
|
||||
name : 'Embedded';
|
||||
shortname : 'embedded';
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive,tf_requires_proper_alignment,
|
||||
tf_smartlink_sections];
|
||||
cpu : cpu_arm;
|
||||
unit_env : '';
|
||||
|
Loading…
Reference in New Issue
Block a user