From 877c024d4e54a31efd3afcf29ca6a89e8b1fadd9 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 4 Dec 2009 19:56:00 +0000 Subject: [PATCH] * added tf_requires_proper_alignment for Darwin/ARM, fixes webtbs/tw7391.pp with VFP git-svn-id: trunk@14329 - --- compiler/systems/i_bsd.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_bsd.pas b/compiler/systems/i_bsd.pas index 2a12058412..d39516a8db 100644 --- a/compiler/systems/i_bsd.pas +++ b/compiler/systems/i_bsd.pas @@ -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';