* changed abi for darwin/arm from eabi to default, as it appears to be

more closely related to the old abi
  * make sure softfloat is still default for darwin/arm after this change

git-svn-id: trunk@11861 -
This commit is contained in:
Jonas Maebe 2008-10-04 14:06:09 +00:00
parent 925cfd2fd7
commit 253ae0c33e
2 changed files with 2 additions and 2 deletions

View File

@ -2509,7 +2509,7 @@ begin
{ force fpu emulation on arm/wince, arm/gba and arm/nds}
if (target_info.system in [system_arm_wince,system_arm_gba,system_m68k_amiga,
system_m68k_linux,system_arm_nds])
system_m68k_linux,system_arm_nds,system_arm_darwin])
{$ifdef arm}
or (init_settings.fputype=fpu_soft)
or (target_info.abi=abi_eabi)

View File

@ -716,7 +716,7 @@ unit i_bsd;
);
first_parm_offset : 8;
stacksize : 262144;
abi : abi_eabi
abi : abi_default
);
implementation