* added tf_requires_proper_alignment for Darwin/ARM, fixes webtbs/tw7391.pp

with VFP

git-svn-id: trunk@14329 -
This commit is contained in:
Jonas Maebe 2009-12-04 19:56:00 +00:00
parent 91fc26a530
commit 877c024d4e

View File

@ -687,7 +687,7 @@ unit i_bsd;
system : system_arm_darwin;
name : 'Darwin for ARM';
shortname : 'Darwin';
flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_has_winlike_resources];
flags : [tf_p_ext_support,tf_requires_proper_alignment,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_has_winlike_resources];
cpu : cpu_arm;
unit_env : 'BSDUNITS';
extradefines : 'UNIX;BSD;HASUNIX;CPUARMEL';