mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +02:00
* disable fpu test for all softfpu platforms, not only for WinCE
git-svn-id: trunk@13072 -
This commit is contained in:
parent
fe65ee6058
commit
5db78d185f
@ -9,7 +9,8 @@
|
|||||||
program calext3;
|
program calext3;
|
||||||
{$MODE DELPHI}
|
{$MODE DELPHI}
|
||||||
|
|
||||||
{$ifdef UNDER_CE}
|
{ requires libgcc for the C functions }
|
||||||
|
{$ifdef FPUSOFT}
|
||||||
{$define NO_FLOAT}
|
{$define NO_FLOAT}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user