mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:09:22 +02:00
* propagate -Cfsoft to emulation settings on arm
git-svn-id: trunk@6703 -
This commit is contained in:
parent
efb025310d
commit
cb746ec830
@ -2281,8 +2281,12 @@ begin
|
|||||||
exclude(init_settings.globalswitches,cs_link_strip);
|
exclude(init_settings.globalswitches,cs_link_strip);
|
||||||
|
|
||||||
{ force fpu emulation on arm/wince, arm/gba and arm/nds}
|
{ 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,
|
if (target_info.system in [system_arm_wince,system_arm_gba,system_m68k_amiga,
|
||||||
system_m68k_linux,system_arm_nds] then
|
system_m68k_linux,system_arm_nds])
|
||||||
|
{$ifdef arm}
|
||||||
|
or (init_settings.fputype=fpu_soft)
|
||||||
|
{$endif arm}
|
||||||
|
then
|
||||||
include(init_settings.moduleswitches,cs_fp_emulation);
|
include(init_settings.moduleswitches,cs_fp_emulation);
|
||||||
|
|
||||||
{$ifdef ARM}
|
{$ifdef ARM}
|
||||||
|
Loading…
Reference in New Issue
Block a user