mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 10:26:05 +02:00
* 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:
parent
925cfd2fd7
commit
253ae0c33e
@ -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)
|
||||
|
@ -716,7 +716,7 @@ unit i_bsd;
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 262144;
|
||||
abi : abi_eabi
|
||||
abi : abi_default
|
||||
);
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user