diff --git a/compiler/options.pas b/compiler/options.pas index 847cdf5efe..897c68035d 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -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) diff --git a/compiler/systems/i_bsd.pas b/compiler/systems/i_bsd.pas index 577b3745d9..bfbadb5333 100644 --- a/compiler/systems/i_bsd.pas +++ b/compiler/systems/i_bsd.pas @@ -716,7 +716,7 @@ unit i_bsd; ); first_parm_offset : 8; stacksize : 262144; - abi : abi_eabi + abi : abi_default ); implementation