mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +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;
|
||||
{$MODE DELPHI}
|
||||
|
||||
{$ifdef UNDER_CE}
|
||||
{ requires libgcc for the C functions }
|
||||
{$ifdef FPUSOFT}
|
||||
{$define NO_FLOAT}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user